#e0ab97

Color #E0AB97 Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #E0AB97

Tints of Wax Flower #E0AB97

Color information

#E0AB97 (or 0xE0AB97) is unknown color: approx Wax Flower. HEX triplet: E0, AB and 97. RGB value is (224,171,151). Sum of RGB (Red+Green+Blue) = 224+171+151=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AB97 is #1F5468. Grayscale: #B8B8B8. Windows color (decimal): -2053225 or 9939936. OLE color: 9939936.

HSL color Cylindrical-coordinate representation of color #E0AB97: hue angle of 16.44º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0AB97 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224171151-
CMYK00.240.330.12
HSL16.44º54.07%73.53%-
HSV(B)16.44º32.59%87.84%-
XYZ50.8947.2135.71-
YUV184.57109.06156.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.03%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 151 (59.38% from 255) = 27.66%
R=41.03%
G=31.32%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417115100.240.330.1216.4454.0773.53
HexE0AB9701821C10364a
Octal34025322703041142066112
Binary1110000010101011100101110110001000011100100001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0ab97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0ab97; }

 p { color: rgb(224,171,151); }

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

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

 a { background-color: rgb(224,171,151); }

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

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

 span { border-color: rgb(224,171,151); }

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