#EE8A76

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

Shades of Dark Salmon #EE8A76

Tints of Dark Salmon #EE8A76

Color information

#EE8A76 (or 0xEE8A76) is unknown color: approx Dark Salmon. HEX triplet: EE, 8A and 76. RGB value is (238,138,118). Sum of RGB (Red+Green+Blue) = 238+138+118=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8A76 is #117589. Grayscale: #A5A5A5. Windows color (decimal): -1144202 or 7768814. OLE color: 7768814.

HSL color Cylindrical-coordinate representation of color #EE8A76: hue angle of 10º 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 #EE8A76 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB238138118-
CMYK00.420.500.07
HSL10º77.92%69.8%-
HSV(B)10º50.42%93.33%-
XYZ47.6237.6621.9-
YUV165.62101.13179.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.18%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 118 (46.48% from 255) = 23.89%
R=48.18%
G=27.94%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813811800.420.500.071077.9269.8
HexEE8A7602A327a4e46
Octal35621216605262712116106
Binary111011101000101011101100101010110010111101010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8A76; }

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

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

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

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

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

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

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

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