#EE9974

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

Shades of Dark Salmon #EE9974

Tints of Dark Salmon #EE9974

Color information

#EE9974 (or 0xEE9974) is unknown color: approx Dark Salmon. HEX triplet: EE, 99 and 74. RGB value is (238,153,116). Sum of RGB (Red+Green+Blue) = 238+153+116=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9974 is #11668B. Grayscale: #AEAEAE. Windows color (decimal): -1140364 or 7641582. OLE color: 7641582.

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

Color convert

RGB238153116-
CMYK00.360.510.07
HSL18.2º78.21%69.41%-
HSV(B)18.2º51.26%93.33%-
XYZ49.842.2222.05-
YUV174.295.16173.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.94%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 116 (45.70% from 255) = 22.88%
R=46.94%
G=30.18%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815311600.360.510.0718.278.2169.41
HexEE9974024337124e45
Octal35623116404463722116105
Binary1110111010011001111010001001001100111111001010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9974; }

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

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

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

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

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

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

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

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