#EE9981

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

Shades of Dark Salmon #EE9981

Tints of Dark Salmon #EE9981

Color information

#EE9981 (or 0xEE9981) is unknown color: approx Dark Salmon. HEX triplet: EE, 99 and 81. RGB value is (238,153,129). Sum of RGB (Red+Green+Blue) = 238+153+129=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9981 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9981 is #11667E. Grayscale: #AFAFAF. Windows color (decimal): -1140351 or 8493550. OLE color: 8493550.

HSL color Cylindrical-coordinate representation of color #EE9981: hue angle of 13.21º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE9981 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB238153129-
CMYK00.360.460.07
HSL13.21º76.22%71.96%-
HSV(B)13.21º45.8%93.33%-
XYZ50.6142.5426.31-
YUV175.68101.66172.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.77%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 129 (50.78% from 255) = 24.81%
R=45.77%
G=29.42%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815312900.360.460.0713.2176.2271.96
HexEE99810242E7d4c48
Octal35623120104456715114110
Binary1110111010011001100000010100100101110111110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9981; }

 p { color: rgb(238,153,129); }

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

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

 a { background-color: rgb(238,153,129); }

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

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

 span { border-color: rgb(238,153,129); }

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