#E4B096

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

Shades of Wax Flower #E4B096

Tints of Wax Flower #E4B096

Color information

#E4B096 (or 0xE4B096) is unknown color: approx Wax Flower. HEX triplet: E4, B0 and 96. RGB value is (228,176,150). Sum of RGB (Red+Green+Blue) = 228+176+150=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4B096 is #1B4F69. Grayscale: #BCBCBC. Windows color (decimal): -1789802 or 9875684. OLE color: 9875684.

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

Color convert

RGB228176150-
CMYK00.230.340.11
HSL20º59.09%74.12%-
HSV(B)20º34.21%89.41%-
XYZ53.0349.7535.66-
YUV188.58106.23156.11-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.16%
GREEN value IS 176 (69.14% from 255) = 31.77%
BLUE value IS 150 (58.98% from 255) = 27.08%
R=41.16%
G=31.77%
B=27.08%

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
Decimal22817615000.230.340.112059.0974.12
HexE4B09601722B143b4a
Octal34426022602742132473112
Binary1110010010110000100101100101111000101011101001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B096; }

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

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

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

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

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

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

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

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