#EE977D

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

Shades of Dark Salmon #EE977D

Tints of Dark Salmon #EE977D

Color information

#EE977D (or 0xEE977D) is unknown color: approx Dark Salmon. HEX triplet: EE, 97 and 7D. RGB value is (238,151,125). Sum of RGB (Red+Green+Blue) = 238+151+125=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE977D is #116882. Grayscale: #AEAEAE. Windows color (decimal): -1140867 or 8230894. OLE color: 8230894.

HSL color Cylindrical-coordinate representation of color #EE977D: hue angle of 13.81º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE977D is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB238151125-
CMYK00.370.470.07
HSL13.81º76.87%71.18%-
HSV(B)13.81º47.48%93.33%-
XYZ50.0341.7924.83-
YUV174.05100.32173.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.30%
GREEN value IS 151 (59.38% from 255) = 29.38%
BLUE value IS 125 (49.22% from 255) = 24.32%
R=46.30%
G=29.38%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815112500.370.470.0713.8176.8771.18
HexEE977D0252F7e4d47
Octal35622717504557716115107
Binary111011101001011111111010100101101111111111010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE977D; }

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

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

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

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

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

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

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

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