#E8B196

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

Shades of Wax Flower #E8B196

Tints of Wax Flower #E8B196

Color information

#E8B196 (or 0xE8B196) is unknown color: approx Wax Flower. HEX triplet: E8, B1 and 96. RGB value is (232,177,150). Sum of RGB (Red+Green+Blue) = 232+177+150=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8B196 is #174E69. Grayscale: #BEBEBE. Windows color (decimal): -1527402 or 9875944. OLE color: 9875944.

HSL color Cylindrical-coordinate representation of color #E8B196: hue angle of 19.76º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E8B196 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB232177150-
CMYK00.240.350.09
HSL19.76º64.06%74.9%-
HSV(B)19.76º35.34%90.98%-
XYZ54.5150.835.79-
YUV190.37105.22157.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.50%
GREEN value IS 177 (69.53% from 255) = 31.66%
BLUE value IS 150 (58.98% from 255) = 26.83%
R=41.50%
G=31.66%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217715000.240.350.0919.7664.0674.9
HexE8B19601823914404b
Octal350261226030431124100113
Binary11101000101100011001011001100010001110011010010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B196; }

 p { color: rgb(232,177,150); }

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

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

 a { background-color: rgb(232,177,150); }

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

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

 span { border-color: rgb(232,177,150); }

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