#E0B097

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

Shades of Wax Flower #E0B097

Tints of Wax Flower #E0B097

Color information

#E0B097 (or 0xE0B097) is unknown color: approx Wax Flower. HEX triplet: E0, B0 and 97. RGB value is (224,176,151). Sum of RGB (Red+Green+Blue) = 224+176+151=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B097 is #1F4F68. Grayscale: #BBBBBB. Windows color (decimal): -2051945 or 9941216. OLE color: 9941216.

HSL color Cylindrical-coordinate representation of color #E0B097: hue angle of 20.55º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0B097 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224176151-
CMYK00.210.330.12
HSL20.55º54.07%73.53%-
HSV(B)20.55º32.59%87.84%-
XYZ51.8549.1336.03-
YUV187.5107.4154.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.65%
GREEN value IS 176 (69.14% from 255) = 31.94%
BLUE value IS 151 (59.38% from 255) = 27.40%
R=40.65%
G=31.94%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417615100.210.330.1220.5554.0773.53
HexE0B09701521C15364a
Octal34026022702541142566112
Binary1110000010110000100101110101011000011100101011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B097; }

 p { color: rgb(224,176,151); }

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

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

 a { background-color: rgb(224,176,151); }

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

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

 span { border-color: rgb(224,176,151); }

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