#E0A18B

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

Shades of Tonys Pink #E0A18B

Tints of Tonys Pink #E0A18B

Color information

#E0A18B (or 0xE0A18B) is unknown color: approx Tonys Pink. HEX triplet: E0, A1 and 8B. RGB value is (224,161,139). Sum of RGB (Red+Green+Blue) = 224+161+139=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A18B is #1F5E74. Grayscale: #B1B1B1. Windows color (decimal): -2055797 or 9150944. OLE color: 9150944.

HSL color Cylindrical-coordinate representation of color #E0A18B: hue angle of 15.53º 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 #E0A18B is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224161139-
CMYK00.280.380.12
HSL15.53º57.82%71.18%-
HSV(B)15.53º37.95%87.84%-
XYZ48.1543.230.23-
YUV177.33106.37161.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.75%
GREEN value IS 161 (63.28% from 255) = 30.73%
BLUE value IS 139 (54.69% from 255) = 26.53%
R=42.75%
G=30.73%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416113900.280.380.1215.5357.8271.18
HexE0A18B01C26C103a47
Octal34024121303446142072107
Binary1110000010100001100010110111001001101100100001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A18B; }

 p { color: rgb(224,161,139); }

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

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

 a { background-color: rgb(224,161,139); }

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

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

 span { border-color: rgb(224,161,139); }

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