#EE836C

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

Shades of Salmon #EE836C

Tints of Salmon #EE836C

Color information

#EE836C (or 0xEE836C) is unknown color: approx Salmon. HEX triplet: EE, 83 and 6C. RGB value is (238,131,108). Sum of RGB (Red+Green+Blue) = 238+131+108=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE836C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE836C is #117C93. Grayscale: #A0A0A0. Windows color (decimal): -1146004 or 7111662. OLE color: 7111662.

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

Color convert

RGB238131108-
CMYK00.450.550.07
HSL10.62º79.27%67.84%-
HSV(B)10.62º54.62%93.33%-
XYZ46.0835.4918.61-
YUV160.3798.45183.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.90%
GREEN value IS 131 (51.56% from 255) = 27.46%
BLUE value IS 108 (42.58% from 255) = 22.64%
R=49.90%
G=27.46%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813110800.450.550.0710.6279.2767.84
HexEE836C02D377b4f44
Octal35620315405567713117104
Binary111011101000001111011000101101110111111101110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE836C; }

 p { color: rgb(238,131,108); }

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

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

 a { background-color: rgb(238,131,108); }

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

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

 span { border-color: rgb(238,131,108); }

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