#EE9781

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

Shades of Dark Salmon #EE9781

Tints of Dark Salmon #EE9781

Color information

#EE9781 (or 0xEE9781) is unknown color: approx Dark Salmon. HEX triplet: EE, 97 and 81. RGB value is (238,151,129). Sum of RGB (Red+Green+Blue) = 238+151+129=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9781 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9781 is #11687E. Grayscale: #AEAEAE. Windows color (decimal): -1140863 or 8493038. OLE color: 8493038.

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

Color convert

RGB238151129-
CMYK00.370.460.07
HSL12.11º76.22%71.96%-
HSV(B)12.11º45.8%93.33%-
XYZ50.2941.926.2-
YUV174.5102.32173.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.95%
GREEN value IS 151 (59.38% from 255) = 29.15%
BLUE value IS 129 (50.78% from 255) = 24.90%
R=45.95%
G=29.15%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815112900.370.460.0712.1176.2271.96
HexEE97810252E7c4c48
Octal35622720104556714114110
Binary1110111010010111100000010100101101110111110010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9781; }

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

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

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

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

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

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

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

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