#E0A58C

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

Shades of Tonys Pink #E0A58C

Tints of Tonys Pink #E0A58C

Color information

#E0A58C (or 0xE0A58C) is unknown color: approx Tonys Pink. HEX triplet: E0, A5 and 8C. RGB value is (224,165,140). Sum of RGB (Red+Green+Blue) = 224+165+140=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A58C is #1F5A73. Grayscale: #B3B3B3. Windows color (decimal): -2054772 or 9217504. OLE color: 9217504.

HSL color Cylindrical-coordinate representation of color #E0A58C: hue angle of 17.86º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0A58C is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224165140-
CMYK00.260.380.12
HSL17.86º57.53%71.37%-
HSV(B)17.86º37.5%87.84%-
XYZ48.9344.6530.85-
YUV179.79105.55159.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 165 (64.84% from 255) = 31.19%
BLUE value IS 140 (55.08% from 255) = 26.47%
R=42.34%
G=31.19%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416514000.260.380.1217.8657.5371.37
HexE0A58C01A26C123a47
Octal34024521403246142272107
Binary1110000010100101100011000110101001101100100101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A58C; }

 p { color: rgb(224,165,140); }

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

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

 a { background-color: rgb(224,165,140); }

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

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

 span { border-color: rgb(224,165,140); }

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