#EAA28C

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

Shades of Tonys Pink #EAA28C

Tints of Tonys Pink #EAA28C

Color information

#EAA28C (or 0xEAA28C) is unknown color: approx Tonys Pink. HEX triplet: EA, A2 and 8C. RGB value is (234,162,140). Sum of RGB (Red+Green+Blue) = 234+162+140=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA28C is #155D73. Grayscale: #B5B5B5. Windows color (decimal): -1400180 or 9216746. OLE color: 9216746.

HSL color Cylindrical-coordinate representation of color #EAA28C: hue angle of 14.04º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAA28C is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234162140-
CMYK00.310.400.08
HSL14.04º69.12%73.33%-
HSV(B)14.04º40.17%91.76%-
XYZ51.5945.2330.82-
YUV181.02104.85165.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 162 (63.67% from 255) = 30.22%
BLUE value IS 140 (55.08% from 255) = 26.12%
R=43.66%
G=30.22%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416214000.310.400.0814.0469.1273.33
HexEAA28C01F288e4549
Octal352242214037501016105111
Binary1110101010100010100011000111111010001000111010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA28C; }

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

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

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

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

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

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

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

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