#EE9181

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

Shades of Dark Salmon #EE9181

Tints of Dark Salmon #EE9181

Color information

#EE9181 (or 0xEE9181) is unknown color: approx Dark Salmon. HEX triplet: EE, 91 and 81. RGB value is (238,145,129). Sum of RGB (Red+Green+Blue) = 238+145+129=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9181 is #116E7E. Grayscale: #ABABAB. Windows color (decimal): -1142399 or 8491502. OLE color: 8491502.

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

Color convert

RGB238145129-
CMYK00.390.460.07
HSL8.81º76.22%71.96%-
HSV(B)8.81º45.8%93.33%-
XYZ49.3540.0125.89-
YUV170.98104.31175.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.48%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 129 (50.78% from 255) = 25.20%
R=46.48%
G=28.32%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814512900.390.460.078.8176.2271.96
HexEE91810272E794c48
Octal35622120104756711114110
Binary1110111010010001100000010100111101110111100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9181; }

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

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

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

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

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

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

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

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