#E0A38C

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

Shades of Tonys Pink #E0A38C

Tints of Tonys Pink #E0A38C

Color information

#E0A38C (or 0xE0A38C) is unknown color: approx Tonys Pink. HEX triplet: E0, A3 and 8C. RGB value is (224,163,140). Sum of RGB (Red+Green+Blue) = 224+163+140=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A38C is #1F5C73. Grayscale: #B2B2B2. Windows color (decimal): -2055284 or 9216992. OLE color: 9216992.

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

Color convert

RGB224163140-
CMYK00.270.380.12
HSL16.43º57.53%71.37%-
HSV(B)16.43º37.5%87.84%-
XYZ48.5743.9430.73-
YUV178.62106.21160.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 163 (64.06% from 255) = 30.93%
BLUE value IS 140 (55.08% from 255) = 26.57%
R=42.50%
G=30.93%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416314000.270.380.1216.4357.5371.37
HexE0A38C01B26C103a47
Octal34024321403346142072107
Binary1110000010100011100011000110111001101100100001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A38C; }

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

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

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

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

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

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

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

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