#EE856D

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

Shades of Salmon #EE856D

Tints of Salmon #EE856D

Color information

#EE856D (or 0xEE856D) is unknown color: approx Salmon. HEX triplet: EE, 85 and 6D. RGB value is (238,133,109). Sum of RGB (Red+Green+Blue) = 238+133+109=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE856D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE856D is #117A92. Grayscale: #A1A1A1. Windows color (decimal): -1145491 or 7177710. OLE color: 7177710.

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

Color convert

RGB238133109-
CMYK00.440.540.07
HSL11.16º79.14%68.04%-
HSV(B)11.16º54.2%93.33%-
XYZ46.4136.0618.98-
YUV161.6698.29182.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.58%
GREEN value IS 133 (52.34% from 255) = 27.71%
BLUE value IS 109 (42.97% from 255) = 22.71%
R=49.58%
G=27.71%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813310900.440.540.0711.1679.1468.04
HexEE856D02C367b4f44
Octal35620515505466713117104
Binary111011101000010111011010101100110110111101110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE856D; }

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

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

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

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

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

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

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

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