#eea885

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

Shades of Tonys Pink #EEA885

Tints of Tonys Pink #EEA885

Color information

#EEA885 (or 0xEEA885) is unknown color: approx Tonys Pink. HEX triplet: EE, A8 and 85. RGB value is (238,168,133). Sum of RGB (Red+Green+Blue) = 238+168+133=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA885 is #11577A. Grayscale: #B9B9B9. Windows color (decimal): -1136507 or 8759534. OLE color: 8759534.

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

Color convert

RGB238168133-
CMYK00.290.440.07
HSL20º75.54%72.75%-
HSV(B)20º44.12%93.33%-
XYZ53.547.8828.61-
YUV184.9498.69165.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.16%
GREEN value IS 168 (66.02% from 255) = 31.17%
BLUE value IS 133 (52.34% from 255) = 24.68%
R=44.16%
G=31.17%
B=24.68%

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
Decimal23816813300.290.440.072075.5472.75
HexEEA88501D2C7144c49
Octal35625020503554724114111
Binary1110111010101000100001010111011011001111010010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eea885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eea885; }

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

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

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

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

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

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

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

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