#EE8E7C

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

Shades of Dark Salmon #EE8E7C

Tints of Dark Salmon #EE8E7C

Color information

#EE8E7C (or 0xEE8E7C) is unknown color: approx Dark Salmon. HEX triplet: EE, 8E and 7C. RGB value is (238,142,124). Sum of RGB (Red+Green+Blue) = 238+142+124=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8E7C is #117183. Grayscale: #A8A8A8. Windows color (decimal): -1143172 or 8163054. OLE color: 8163054.

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

Color convert

RGB238142124-
CMYK00.400.480.07
HSL9.47º77.03%70.98%-
HSV(B)9.47º47.9%93.33%-
XYZ48.5738.9824.03-
YUV168.65102.8177.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.22%
GREEN value IS 142 (55.86% from 255) = 28.17%
BLUE value IS 124 (48.83% from 255) = 24.60%
R=47.22%
G=28.17%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814212400.400.480.079.4777.0370.98
HexEE8E7C02830794d47
Octal35621617405060711115107
Binary111011101000111011111000101000110000111100110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8E7C; }

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

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

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

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

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

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

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

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