#E8B096

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

Shades of Wax Flower #E8B096

Tints of Wax Flower #E8B096

Color information

#E8B096 (or 0xE8B096) is unknown color: approx Wax Flower. HEX triplet: E8, B0 and 96. RGB value is (232,176,150). Sum of RGB (Red+Green+Blue) = 232+176+150=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8B096 is #174F69. Grayscale: #BDBDBD. Windows color (decimal): -1527658 or 9875688. OLE color: 9875688.

HSL color Cylindrical-coordinate representation of color #E8B096: hue angle of 19.02º 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 #E8B096 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB232176150-
CMYK00.240.350.09
HSL19.02º64.06%74.9%-
HSV(B)19.02º35.34%90.98%-
XYZ54.3150.4135.72-
YUV189.78105.55158.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.58%
GREEN value IS 176 (69.14% from 255) = 31.54%
BLUE value IS 150 (58.98% from 255) = 26.88%
R=41.58%
G=31.54%
B=26.88%

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
Decimal23217615000.240.350.0919.0264.0674.9
HexE8B09601823913404b
Octal350260226030431123100113
Binary11101000101100001001011001100010001110011001110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B096; }

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

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

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

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

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

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

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

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