#EE9579

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

Shades of Dark Salmon #EE9579

Tints of Dark Salmon #EE9579

Color information

#EE9579 (or 0xEE9579) is unknown color: approx Dark Salmon. HEX triplet: EE, 95 and 79. RGB value is (238,149,121). Sum of RGB (Red+Green+Blue) = 238+149+121=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9579 is #116A86. Grayscale: #ACACAC. Windows color (decimal): -1141383 or 7968238. OLE color: 7968238.

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

Color convert

RGB238149121-
CMYK00.370.490.07
HSL14.36º77.48%70.39%-
HSV(B)14.36º49.16%93.33%-
XYZ49.4641.0523.41-
YUV172.4298.99174.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.85%
GREEN value IS 149 (58.59% from 255) = 29.33%
BLUE value IS 121 (47.66% from 255) = 23.82%
R=46.85%
G=29.33%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814912100.370.490.0714.3677.4870.39
HexEE9579025317e4d46
Octal35622517104561716115106
Binary111011101001010111110010100101110001111111010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9579; }

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

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

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

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

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

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

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

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