#E8B091

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

Shades of Wax Flower #E8B091

Tints of Wax Flower #E8B091

Color information

#E8B091 (or 0xE8B091) is unknown color: approx Wax Flower. HEX triplet: E8, B0 and 91. RGB value is (232,176,145). Sum of RGB (Red+Green+Blue) = 232+176+145=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 145 (57.03% from 255 or 26.22% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8B091 is #174F6E. Grayscale: #BDBDBD. Windows color (decimal): -1527663 or 9548008. OLE color: 9548008.

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

Color convert

RGB232176145-
CMYK00.240.380.09
HSL21.38º65.41%73.92%-
HSV(B)21.38º37.5%90.98%-
XYZ53.9150.2533.65-
YUV189.21103.05158.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.95%
GREEN value IS 176 (69.14% from 255) = 31.83%
BLUE value IS 145 (57.03% from 255) = 26.22%
R=41.95%
G=31.83%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217614500.240.380.0921.3865.4173.92
HexE8B09101826915414a
Octal350260221030461125101112
Binary11101000101100001001000101100010011010011010110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B091; }

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

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

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

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

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

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

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

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