#EEA986

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

Shades of Tonys Pink #EEA986

Tints of Tonys Pink #EEA986

Color information

#EEA986 (or 0xEEA986) is unknown color: approx Tonys Pink. HEX triplet: EE, A9 and 86. RGB value is (238,169,134). Sum of RGB (Red+Green+Blue) = 238+169+134=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA986 is #115679. Grayscale: #B9B9B9. Windows color (decimal): -1136250 or 8825326. OLE color: 8825326.

HSL color Cylindrical-coordinate representation of color #EEA986: hue angle of 20.19º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEA986 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB238169134-
CMYK00.290.440.07
HSL20.19º75.36%72.94%-
HSV(B)20.19º43.7%93.33%-
XYZ53.7548.2729.04-
YUV185.6498.86165.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.99%
GREEN value IS 169 (66.41% from 255) = 31.24%
BLUE value IS 134 (52.73% from 255) = 24.77%
R=43.99%
G=31.24%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816913400.290.440.0720.1975.3672.94
HexEEA98601D2C7144b49
Octal35625120603554724113111
Binary1110111010101001100001100111011011001111010010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA986; }

 p { color: rgb(238,169,134); }

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

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

 a { background-color: rgb(238,169,134); }

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

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

 span { border-color: rgb(238,169,134); }

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