#EAA28D

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

Shades of Tonys Pink #EAA28D

Tints of Tonys Pink #EAA28D

Color information

#EAA28D (or 0xEAA28D) is unknown color: approx Tonys Pink. HEX triplet: EA, A2 and 8D. RGB value is (234,162,141). Sum of RGB (Red+Green+Blue) = 234+162+141=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA28D is #155D72. Grayscale: #B5B5B5. Windows color (decimal): -1400179 or 9282282. OLE color: 9282282.

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

Color convert

RGB234162141-
CMYK00.310.400.08
HSL13.55º68.89%73.53%-
HSV(B)13.55º39.74%91.76%-
XYZ51.6645.2631.21-
YUV181.13105.35165.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 162 (63.67% from 255) = 30.17%
BLUE value IS 141 (55.47% from 255) = 26.26%
R=43.58%
G=30.17%
B=26.26%

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
Decimal23416214100.310.400.0813.5568.8973.53
HexEAA28D01F288e454a
Octal352242215037501016105112
Binary1110101010100010100011010111111010001000111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA28D; }

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

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

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

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

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

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

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

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