#EE8066

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

Shades of Salmon #EE8066

Tints of Salmon #EE8066

Color information

#EE8066 (or 0xEE8066) is unknown color: approx Salmon. HEX triplet: EE, 80 and 66. RGB value is (238,128,102). Sum of RGB (Red+Green+Blue) = 238+128+102=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8066 is #117F99. Grayscale: #9E9E9E. Windows color (decimal): -1146778 or 6717678. OLE color: 6717678.

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

Color convert

RGB238128102-
CMYK00.460.570.07
HSL11.47º80%66.67%-
HSV(B)11.47º57.14%93.33%-
XYZ45.3834.5716.85-
YUV157.9396.44185.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.85%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 102 (40.23% from 255) = 21.79%
R=50.85%
G=27.35%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812810200.460.570.0711.478066.67
HexEE806602E397b5043
Octal35620014605671713120103
Binary111011101000000011001100101110111001111101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8066; }

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

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

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

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

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

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

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

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