#E4AF96

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

Shades of Wax Flower #E4AF96

Tints of Wax Flower #E4AF96

Color information

#E4AF96 (or 0xE4AF96) is unknown color: approx Wax Flower. HEX triplet: E4, AF and 96. RGB value is (228,175,150). Sum of RGB (Red+Green+Blue) = 228+175+150=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4AF96 is #1B5069. Grayscale: #BCBCBC. Windows color (decimal): -1790058 or 9875428. OLE color: 9875428.

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

Color convert

RGB228175150-
CMYK00.230.340.11
HSL19.23º59.09%74.12%-
HSV(B)19.23º34.21%89.41%-
XYZ52.8349.3635.6-
YUV188106.56156.53-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.23%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=41.23%
G=31.65%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817515000.230.340.1119.2359.0974.12
HexE4AF9601722B133b4a
Octal34425722602742132373112
Binary1110010010101111100101100101111000101011100111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AF96; }

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

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

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

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

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

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

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

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