#EE8976

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

Shades of Salmon #EE8976

Tints of Salmon #EE8976

Color information

#EE8976 (or 0xEE8976) is unknown color: approx Salmon. HEX triplet: EE, 89 and 76. RGB value is (238,137,118). Sum of RGB (Red+Green+Blue) = 238+137+118=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8976 is #117689. Grayscale: #A5A5A5. Windows color (decimal): -1144458 or 7768558. OLE color: 7768558.

HSL color Cylindrical-coordinate representation of color #EE8976: hue angle of 9.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE8976 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB238137118-
CMYK00.420.500.07
HSL9.5º77.92%69.8%-
HSV(B)9.5º50.42%93.33%-
XYZ47.4837.3821.85-
YUV165.03101.46180.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.28%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=48.28%
G=27.79%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813711800.420.500.079.577.9269.8
HexEE897602A327a4e46
Octal35621116605262712116106
Binary111011101000100111101100101010110010111101010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8976; }

 p { color: rgb(238,137,118); }

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

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

 a { background-color: rgb(238,137,118); }

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

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

 span { border-color: rgb(238,137,118); }

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