#E0AC96

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

Shades of Wax Flower #E0AC96

Tints of Wax Flower #E0AC96

Color information

#E0AC96 (or 0xE0AC96) is unknown color: approx Wax Flower. HEX triplet: E0, AC and 96. RGB value is (224,172,150). Sum of RGB (Red+Green+Blue) = 224+172+150=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AC96 is #1F5369. Grayscale: #B9B9B9. Windows color (decimal): -2052970 or 9874656. OLE color: 9874656.

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

Color convert

RGB224172150-
CMYK00.230.330.12
HSL17.84º54.41%73.33%-
HSV(B)17.84º33.04%87.84%-
XYZ5147.5535.35-
YUV185.04108.23155.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.03%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=41.03%
G=31.50%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417215000.230.330.1217.8454.4173.33
HexE0AC9601721C123649
Octal34025422602741142266111
Binary1110000010101100100101100101111000011100100101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AC96; }

 p { color: rgb(224,172,150); }

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

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

 a { background-color: rgb(224,172,150); }

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

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

 span { border-color: rgb(224,172,150); }

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