#EE8266

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

Shades of Salmon #EE8266

Tints of Salmon #EE8266

Color information

#EE8266 (or 0xEE8266) is unknown color: approx Salmon. HEX triplet: EE, 82 and 66. RGB value is (238,130,102). Sum of RGB (Red+Green+Blue) = 238+130+102=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8266 is #117D99. Grayscale: #9F9F9F. Windows color (decimal): -1146266 or 6718190. OLE color: 6718190.

HSL color Cylindrical-coordinate representation of color #EE8266: hue angle of 12.35º 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 #EE8266 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB238130102-
CMYK00.450.570.07
HSL12.35º80%66.67%-
HSV(B)12.35º57.14%93.33%-
XYZ45.6435.116.94-
YUV159.195.78184.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.64%
GREEN value IS 130 (51.17% from 255) = 27.66%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=50.64%
G=27.66%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813010200.450.570.0712.358066.67
HexEE826602D397c5043
Octal35620214605571714120103
Binary111011101000001011001100101101111001111110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8266; }

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

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

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

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

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

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

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

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