#EE8975

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

Shades of Salmon #EE8975

Tints of Salmon #EE8975

Color information

#EE8975 (or 0xEE8975) is unknown color: approx Salmon. HEX triplet: EE, 89 and 75. RGB value is (238,137,117). Sum of RGB (Red+Green+Blue) = 238+137+117=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8975 is #11768A. Grayscale: #A5A5A5. Windows color (decimal): -1144459 or 7703022. OLE color: 7703022.

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

Color convert

RGB238137117-
CMYK00.420.510.07
HSL9.92º78.06%69.61%-
HSV(B)9.92º50.84%93.33%-
XYZ47.4237.3521.54-
YUV164.92100.96180.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.37%
GREEN value IS 137 (53.91% from 255) = 27.85%
BLUE value IS 117 (46.09% from 255) = 23.78%
R=48.37%
G=27.85%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813711700.420.510.079.9278.0669.61
HexEE897502A337a4e46
Octal35621116505263712116106
Binary111011101000100111101010101010110011111101010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8975; }

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

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

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

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

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

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

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

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