#E0B29A

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

Shades of Wax Flower #E0B29A

Tints of Wax Flower #E0B29A

Color information

#E0B29A (or 0xE0B29A) is unknown color: approx Wax Flower. HEX triplet: E0, B2 and 9A. RGB value is (224,178,154). Sum of RGB (Red+Green+Blue) = 224+178+154=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B29A is #1F4D65. Grayscale: #BDBDBD. Windows color (decimal): -2051430 or 10138336. OLE color: 10138336.

HSL color Cylindrical-coordinate representation of color #E0B29A: hue angle of 20.57º 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 #E0B29A is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB224178154-
CMYK00.210.310.12
HSL20.57º53.03%74.12%-
HSV(B)20.57º31.25%87.84%-
XYZ52.4950.0237.46-
YUV189.02108.24152.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.29%
GREEN value IS 178 (69.92% from 255) = 32.01%
BLUE value IS 154 (60.55% from 255) = 27.70%
R=40.29%
G=32.01%
B=27.70%

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
Decimal22417815400.210.310.1220.5753.0374.12
HexE0B29A0151FC15354a
Octal34026223202537142565112
Binary111000001011001010011010010101111111100101011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B29A; }

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

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

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

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

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

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

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

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