#E69277

Color #E69277 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #E69277

Tints of Dark Salmon #E69277

Color information

#E69277 (or 0xE69277) is unknown color: approx Dark Salmon. HEX triplet: E6, 92 and 77. RGB value is (230,146,119). Sum of RGB (Red+Green+Blue) = 230+146+119=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E69277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69277 is #196D88. Grayscale: #A8A8A8. Windows color (decimal): -1666441 or 7836390. OLE color: 7836390.

HSL color Cylindrical-coordinate representation of color #E69277: hue angle of 14.59º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E69277 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB230146119-
CMYK00.370.480.10
HSL14.59º68.94%68.43%-
HSV(B)14.59º48.26%90.2%-
XYZ46.2438.7122.49-
YUV168.04100.33172.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 46.46%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 119 (46.88% from 255) = 24.04%
R=46.46%
G=29.49%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014611900.370.480.1014.5968.9468.43
HexE6927702530Af4544
Octal346222167045601217105104
Binary1110011010010010111011101001011100001010111110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69277; }

 p { color: rgb(230,146,119); }

 H1.HeaderClassName
 {
   color: #E69277;
 }
 .AnyTagClassName
 {
   color: #E69277;
 }
</style>
background-color css

<style>
 a { background-color: #E69277; }

 a { background-color: rgb(230,146,119); }

 div.DivClassName
 {
   background-color: #E69277;
 }
 .BgClassName
 {
   background-color: #E69277;
 }
</style>
border-color css

<style>
 span { border-color: #E69277; }

 span { border-color: rgb(230,146,119); }

 td.TdClassName
 {
   border-color: #E69277;
 }
 .TagClassName
 {
   border-color: #E69277;
 }
</style>