#E4A996

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

Shades of Wax Flower #E4A996

Tints of Wax Flower #E4A996

Color information

#E4A996 (or 0xE4A996) is unknown color: approx Wax Flower. HEX triplet: E4, A9 and 96. RGB value is (228,169,150). Sum of RGB (Red+Green+Blue) = 228+169+150=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A996 is #1B5669. Grayscale: #B8B8B8. Windows color (decimal): -1791594 or 9873892. OLE color: 9873892.

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

Color convert

RGB228169150-
CMYK00.260.340.11
HSL14.62º59.09%74.12%-
HSV(B)14.62º34.21%89.41%-
XYZ51.6947.0735.22-
YUV184.48108.55159.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.68%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=41.68%
G=30.90%
B=27.42%

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
Decimal22816915000.260.340.1114.6259.0974.12
HexE4A99601A22Bf3b4a
Octal34425122603242131773112
Binary111001001010100110010110011010100010101111111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A996; }

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

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

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

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

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

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

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

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