#EAA296

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

Shades of Tonys Pink #EAA296

Tints of Tonys Pink #EAA296

Color information

#EAA296 (or 0xEAA296) is unknown color: approx Tonys Pink. HEX triplet: EA, A2 and 96. RGB value is (234,162,150). Sum of RGB (Red+Green+Blue) = 234+162+150=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA296 is #155D69. Grayscale: #B6B6B6. Windows color (decimal): -1400170 or 9872106. OLE color: 9872106.

HSL color Cylindrical-coordinate representation of color #EAA296: hue angle of 8.57º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAA296 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB234162150-
CMYK00.310.360.08
HSL8.57º66.67%75.29%-
HSV(B)8.57º35.9%91.76%-
XYZ52.3645.5434.88-
YUV182.16109.85164.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 162 (63.67% from 255) = 29.67%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=42.86%
G=29.67%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416215000.310.360.088.5766.6775.29
HexEAA29601F2489434b
Octal352242226037441011103113
Binary1110101010100010100101100111111001001000100110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA296; }

 p { color: rgb(234,162,150); }

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

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

 a { background-color: rgb(234,162,150); }

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

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

 span { border-color: rgb(234,162,150); }

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