#EE9970

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

Shades of Dark Salmon #EE9970

Tints of Dark Salmon #EE9970

Color information

#EE9970 (or 0xEE9970) is unknown color: approx Dark Salmon. HEX triplet: EE, 99 and 70. RGB value is (238,153,112). Sum of RGB (Red+Green+Blue) = 238+153+112=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9970 is #11668F. Grayscale: #ADADAD. Windows color (decimal): -1140368 or 7379438. OLE color: 7379438.

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

Color convert

RGB238153112-
CMYK00.360.530.07
HSL19.52º78.75%68.63%-
HSV(B)19.52º52.94%93.33%-
XYZ49.5842.1320.85-
YUV173.7493.16173.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.32%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 112 (44.14% from 255) = 22.27%
R=47.32%
G=30.42%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815311200.360.530.0719.5278.7568.63
HexEE9970024357144f45
Octal35623116004465724117105
Binary1110111010011001111000001001001101011111010010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9970; }

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

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

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

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

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

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

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

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