#E0A08D

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

Shades of Tonys Pink #E0A08D

Tints of Tonys Pink #E0A08D

Color information

#E0A08D (or 0xE0A08D) is unknown color: approx Tonys Pink. HEX triplet: E0, A0 and 8D. RGB value is (224,160,141). Sum of RGB (Red+Green+Blue) = 224+160+141=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A08D is #1F5F72. Grayscale: #B1B1B1. Windows color (decimal): -2056051 or 9281760. OLE color: 9281760.

HSL color Cylindrical-coordinate representation of color #E0A08D: hue angle of 13.73º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0A08D is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224160141-
CMYK00.290.370.12
HSL13.73º57.24%71.57%-
HSV(B)13.73º37.05%87.84%-
XYZ48.1242.9130.95-
YUV176.97107.7161.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.67%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 141 (55.47% from 255) = 26.86%
R=42.67%
G=30.48%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416014100.290.370.1213.7357.2471.57
HexE0A08D01D25Ce3948
Octal34024021503545141671110
Binary111000001010000010001101011101100101110011101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A08D; }

 p { color: rgb(224,160,141); }

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

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

 a { background-color: rgb(224,160,141); }

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

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

 span { border-color: rgb(224,160,141); }

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