#EE8E76

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

Shades of Dark Salmon #EE8E76

Tints of Dark Salmon #EE8E76

Color information

#EE8E76 (or 0xEE8E76) is unknown color: approx Dark Salmon. HEX triplet: EE, 8E and 76. RGB value is (238,142,118). Sum of RGB (Red+Green+Blue) = 238+142+118=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8E76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8E76 is #117189. Grayscale: #A8A8A8. Windows color (decimal): -1143178 or 7769838. OLE color: 7769838.

HSL color Cylindrical-coordinate representation of color #EE8E76: hue angle of 12º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE8E76 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB238142118-
CMYK00.400.500.07
HSL12º77.92%69.8%-
HSV(B)12º50.42%93.33%-
XYZ48.238.8322.09-
YUV167.9799.8177.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.79%
GREEN value IS 142 (55.86% from 255) = 28.51%
BLUE value IS 118 (46.48% from 255) = 23.69%
R=47.79%
G=28.51%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814211800.400.500.071277.9269.8
HexEE8E76028327c4e46
Octal35621616605062714116106
Binary111011101000111011101100101000110010111110010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8E76; }

 p { color: rgb(238,142,118); }

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

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

 a { background-color: rgb(238,142,118); }

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

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

 span { border-color: rgb(238,142,118); }

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