#EE806A

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

Shades of Salmon #EE806A

Tints of Salmon #EE806A

Color information

#EE806A (or 0xEE806A) is unknown color: approx Salmon. HEX triplet: EE, 80 and 6A. RGB value is (238,128,106). Sum of RGB (Red+Green+Blue) = 238+128+106=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE806A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE806A is #117F95. Grayscale: #9E9E9E. Windows color (decimal): -1146774 or 6979822. OLE color: 6979822.

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

Color convert

RGB238128106-
CMYK00.460.550.07
HSL10º79.52%67.45%-
HSV(B)10º55.46%93.33%-
XYZ45.5834.6617.92-
YUV158.3898.44184.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.42%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 106 (41.80% from 255) = 22.46%
R=50.42%
G=27.12%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812810600.460.550.071079.5267.45
HexEE806A02E377a5043
Octal35620015205667712120103
Binary111011101000000011010100101110110111111101010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE806A; }

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

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

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

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

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

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

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

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