#EE9381

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

Shades of Dark Salmon #EE9381

Tints of Dark Salmon #EE9381

Color information

#EE9381 (or 0xEE9381) is unknown color: approx Dark Salmon. HEX triplet: EE, 93 and 81. RGB value is (238,147,129). Sum of RGB (Red+Green+Blue) = 238+147+129=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9381 is #116C7E. Grayscale: #ACACAC. Windows color (decimal): -1141887 or 8492014. OLE color: 8492014.

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

Color convert

RGB238147129-
CMYK00.380.460.07
HSL9.91º76.22%71.96%-
HSV(B)9.91º45.8%93.33%-
XYZ49.6640.6325.99-
YUV172.16103.65174.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.30%
GREEN value IS 147 (57.81% from 255) = 28.60%
BLUE value IS 129 (50.78% from 255) = 25.10%
R=46.30%
G=28.60%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814712900.380.460.079.9176.2271.96
HexEE93810262E7a4c48
Octal35622320104656712114110
Binary1110111010010011100000010100110101110111101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9381; }

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

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

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

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

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

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

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

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