#E0A28D

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

Shades of Tonys Pink #E0A28D

Tints of Tonys Pink #E0A28D

Color information

#E0A28D (or 0xE0A28D) is unknown color: approx Tonys Pink. HEX triplet: E0, A2 and 8D. RGB value is (224,162,141). Sum of RGB (Red+Green+Blue) = 224+162+141=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A28D is #1F5D72. Grayscale: #B2B2B2. Windows color (decimal): -2055539 or 9282272. OLE color: 9282272.

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

Color convert

RGB224162141-
CMYK00.280.370.12
HSL15.18º57.24%71.57%-
HSV(B)15.18º37.05%87.84%-
XYZ48.4743.6131.06-
YUV178.14107.04160.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 162 (63.67% from 255) = 30.74%
BLUE value IS 141 (55.47% from 255) = 26.76%
R=42.50%
G=30.74%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416214100.280.370.1215.1857.2471.57
HexE0A28D01C25Cf3948
Octal34024221503445141771110
Binary111000001010001010001101011100100101110011111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A28D; }

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

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

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

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

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

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

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

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