#EE806D

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

Shades of Salmon #EE806D

Tints of Salmon #EE806D

Color information

#EE806D (or 0xEE806D) is unknown color: approx Salmon. HEX triplet: EE, 80 and 6D. RGB value is (238,128,109). Sum of RGB (Red+Green+Blue) = 238+128+109=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE806D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE806D is #117F92. Grayscale: #9E9E9E. Windows color (decimal): -1146771 or 7176430. OLE color: 7176430.

HSL color Cylindrical-coordinate representation of color #EE806D: hue angle of 8.84º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE806D is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB238128109-
CMYK00.460.540.07
HSL8.84º79.14%68.04%-
HSV(B)8.84º54.2%93.33%-
XYZ45.7434.7218.76-
YUV158.7299.94184.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.11%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=50.11%
G=26.95%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812810900.460.540.078.8479.1468.04
HexEE806D02E36794f44
Octal35620015505666711117104
Binary111011101000000011011010101110110110111100110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE806D; }

 p { color: rgb(238,128,109); }

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

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

 a { background-color: rgb(238,128,109); }

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

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

 span { border-color: rgb(238,128,109); }

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