#EE8271

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

Shades of Salmon #EE8271

Tints of Salmon #EE8271

Color information

#EE8271 (or 0xEE8271) is unknown color: approx Salmon. HEX triplet: EE, 82 and 71. RGB value is (238,130,113). Sum of RGB (Red+Green+Blue) = 238+130+113=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8271 is #117D8E. Grayscale: #A0A0A0. Windows color (decimal): -1146255 or 7439086. OLE color: 7439086.

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

Color convert

RGB238130113-
CMYK00.450.530.07
HSL8.16º78.62%68.82%-
HSV(B)8.16º52.52%93.33%-
XYZ46.2235.3320.01-
YUV160.35101.28183.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.48%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=49.48%
G=27.03%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813011300.450.530.078.1678.6268.82
HexEE827102D35784f45
Octal35620216105565710117105
Binary111011101000001011100010101101110101111100010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8271; }

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

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

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

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

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

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

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

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