#EE9C79

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

Shades of Dark Salmon #EE9C79

Tints of Dark Salmon #EE9C79

Color information

#EE9C79 (or 0xEE9C79) is unknown color: approx Dark Salmon. HEX triplet: EE, 9C and 79. RGB value is (238,156,121). Sum of RGB (Red+Green+Blue) = 238+156+121=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9C79 is #116386. Grayscale: #B0B0B0. Windows color (decimal): -1139591 or 7970030. OLE color: 7970030.

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

Color convert

RGB238156121-
CMYK00.340.490.07
HSL17.95º77.48%70.39%-
HSV(B)17.95º49.16%93.33%-
XYZ50.643.3323.79-
YUV176.5396.67171.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.21%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 121 (47.66% from 255) = 23.50%
R=46.21%
G=30.29%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815612100.340.490.0717.9577.4870.39
HexEE9C79022317124d46
Octal35623417104261722115106
Binary1110111010011100111100101000101100011111001010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9C79; }

 p { color: rgb(238,156,121); }

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

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

 a { background-color: rgb(238,156,121); }

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

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

 span { border-color: rgb(238,156,121); }

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