#EE8E71

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

Shades of Dark Salmon #EE8E71

Tints of Dark Salmon #EE8E71

Color information

#EE8E71 (or 0xEE8E71) is unknown color: approx Dark Salmon. HEX triplet: EE, 8E and 71. RGB value is (238,142,113). Sum of RGB (Red+Green+Blue) = 238+142+113=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8E71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8E71 is #11718E. Grayscale: #A7A7A7. Windows color (decimal): -1143183 or 7442158. OLE color: 7442158.

HSL color Cylindrical-coordinate representation of color #EE8E71: hue angle of 13.92º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE8E71 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB238142113-
CMYK00.400.530.07
HSL13.92º78.62%68.82%-
HSV(B)13.92º52.52%93.33%-
XYZ47.9138.7220.57-
YUV167.497.3178.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.28%
GREEN value IS 142 (55.86% from 255) = 28.80%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=48.28%
G=28.80%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814211300.400.530.0713.9278.6268.82
HexEE8E71028357e4f45
Octal35621616105065716117105
Binary111011101000111011100010101000110101111111010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8E71; }

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

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

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

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

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

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

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

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