#E0B09A

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

Shades of Wax Flower #E0B09A

Tints of Wax Flower #E0B09A

Color information

#E0B09A (or 0xE0B09A) is unknown color: approx Wax Flower. HEX triplet: E0, B0 and 9A. RGB value is (224,176,154). Sum of RGB (Red+Green+Blue) = 224+176+154=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B09A is #1F4F65. Grayscale: #BBBBBB. Windows color (decimal): -2051942 or 10137824. OLE color: 10137824.

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

Color convert

RGB224176154-
CMYK00.210.310.12
HSL18.86º53.03%74.12%-
HSV(B)18.86º31.25%87.84%-
XYZ52.149.2337.33-
YUV187.84108.9153.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 176 (69.14% from 255) = 31.77%
BLUE value IS 154 (60.55% from 255) = 27.80%
R=40.43%
G=31.77%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417615400.210.310.1218.8653.0374.12
HexE0B09A0151FC13354a
Octal34026023202537142365112
Binary111000001011000010011010010101111111100100111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B09A; }

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

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

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

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

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

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

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

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