#E4A997

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

Shades of Wax Flower #E4A997

Tints of Wax Flower #E4A997

Color information

#E4A997 (or 0xE4A997) is unknown color: approx Wax Flower. HEX triplet: E4, A9 and 97. RGB value is (228,169,151). Sum of RGB (Red+Green+Blue) = 228+169+151=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A997 is #1B5668. Grayscale: #B8B8B8. Windows color (decimal): -1791593 or 9939428. OLE color: 9939428.

HSL color Cylindrical-coordinate representation of color #E4A997: hue angle of 14.03º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E4A997 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB228169151-
CMYK00.260.340.11
HSL14.03º58.78%74.31%-
HSV(B)14.03º33.77%89.41%-
XYZ51.7747.135.64-
YUV184.59109.05158.96-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.61%
GREEN value IS 169 (66.41% from 255) = 30.84%
BLUE value IS 151 (59.38% from 255) = 27.55%
R=41.61%
G=30.84%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22816915100.260.340.1114.0358.7874.31
HexE4A99701A22Be3b4a
Octal34425122703242131673112
Binary111001001010100110010111011010100010101111101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A997; }

 p { color: rgb(228,169,151); }

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

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

 a { background-color: rgb(228,169,151); }

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

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

 span { border-color: rgb(228,169,151); }

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