#EE977E

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

Shades of Dark Salmon #EE977E

Tints of Dark Salmon #EE977E

Color information

#EE977E (or 0xEE977E) is unknown color: approx Dark Salmon. HEX triplet: EE, 97 and 7E. RGB value is (238,151,126). Sum of RGB (Red+Green+Blue) = 238+151+126=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE977E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE977E is #116881. Grayscale: #AEAEAE. Windows color (decimal): -1140866 or 8296430. OLE color: 8296430.

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

Color convert

RGB238151126-
CMYK00.370.470.07
HSL13.39º76.71%71.37%-
HSV(B)13.39º47.06%93.33%-
XYZ50.0941.8225.17-
YUV174.16100.82173.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.21%
GREEN value IS 151 (59.38% from 255) = 29.32%
BLUE value IS 126 (49.61% from 255) = 24.47%
R=46.21%
G=29.32%
B=24.47%

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
Decimal23815112600.370.470.0713.3976.7171.37
HexEE977E0252F7d4d47
Octal35622717604557715115107
Binary111011101001011111111100100101101111111110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE977E; }

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

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

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

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

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

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

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

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