#E4A897

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

Shades of Wax Flower #E4A897

Tints of Wax Flower #E4A897

Color information

#E4A897 (or 0xE4A897) is unknown color: approx Wax Flower. HEX triplet: E4, A8 and 97. RGB value is (228,168,151). Sum of RGB (Red+Green+Blue) = 228+168+151=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A897 is #1B5768. Grayscale: #B8B8B8. Windows color (decimal): -1791849 or 9939172. OLE color: 9939172.

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

Color convert

RGB228168151-
CMYK00.260.340.11
HSL13.25º58.78%74.31%-
HSV(B)13.25º33.77%89.41%-
XYZ51.5846.7335.58-
YUV184109.38159.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.68%
GREEN value IS 168 (66.02% from 255) = 30.71%
BLUE value IS 151 (59.38% from 255) = 27.61%
R=41.68%
G=30.71%
B=27.61%

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
Decimal22816815100.260.340.1113.2558.7874.31
HexE4A89701A22Bd3b4a
Octal34425022703242131573112
Binary111001001010100010010111011010100010101111011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A897; }

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

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

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

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

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

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

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

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