#E0A58E

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

Shades of Tonys Pink #E0A58E

Tints of Tonys Pink #E0A58E

Color information

#E0A58E (or 0xE0A58E) is unknown color: approx Tonys Pink. HEX triplet: E0, A5 and 8E. RGB value is (224,165,142). Sum of RGB (Red+Green+Blue) = 224+165+142=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A58E is #1F5A71. Grayscale: #B4B4B4. Windows color (decimal): -2054770 or 9348576. OLE color: 9348576.

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

Color convert

RGB224165142-
CMYK00.260.370.12
HSL16.83º56.94%71.76%-
HSV(B)16.83º36.61%87.84%-
XYZ49.0844.7131.63-
YUV180.02106.55159.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.18%
GREEN value IS 165 (64.84% from 255) = 31.07%
BLUE value IS 142 (55.86% from 255) = 26.74%
R=42.18%
G=31.07%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416514200.260.370.1216.8356.9471.76
HexE0A58E01A25C113948
Octal34024521603245142171110
Binary1110000010100101100011100110101001011100100011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A58E; }

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

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

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

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

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

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

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

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