#EE9D70

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

Shades of Dark Salmon #EE9D70

Tints of Dark Salmon #EE9D70

Color information

#EE9D70 (or 0xEE9D70) is unknown color: approx Dark Salmon. HEX triplet: EE, 9D and 70. RGB value is (238,157,112). Sum of RGB (Red+Green+Blue) = 238+157+112=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9D70 is #11628F. Grayscale: #B0B0B0. Windows color (decimal): -1139344 or 7380462. OLE color: 7380462.

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

Color convert

RGB238157112-
CMYK00.340.530.07
HSL21.43º78.75%68.63%-
HSV(B)21.43º52.94%93.33%-
XYZ50.2443.4621.07-
YUV176.0991.84172.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.94%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 112 (44.14% from 255) = 22.09%
R=46.94%
G=30.97%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815711200.340.530.0721.4378.7568.63
HexEE9D70022357154f45
Octal35623516004265725117105
Binary1110111010011101111000001000101101011111010110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9D70; }

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

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

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

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

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

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

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

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