#E0B09C

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

Shades of Wax Flower #E0B09C

Tints of Wax Flower #E0B09C

Color information

#E0B09C (or 0xE0B09C) is unknown color: approx Wax Flower. HEX triplet: E0, B0 and 9C. RGB value is (224,176,156). Sum of RGB (Red+Green+Blue) = 224+176+156=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B09C is #1F4F63. Grayscale: #BCBCBC. Windows color (decimal): -2051940 or 10268896. OLE color: 10268896.

HSL color Cylindrical-coordinate representation of color #E0B09C: hue angle of 17.65º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0B09C is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB224176156-
CMYK00.210.300.12
HSL17.65º52.31%74.51%-
HSV(B)17.65º30.36%87.84%-
XYZ52.2749.338.21-
YUV188.07109.9153.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.29%
GREEN value IS 176 (69.14% from 255) = 31.65%
BLUE value IS 156 (61.33% from 255) = 28.06%
R=40.29%
G=31.65%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417615600.210.300.1217.6552.3174.51
HexE0B09C0151EC12344b
Octal34026023402536142264113
Binary111000001011000010011100010101111101100100101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B09C; }

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

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

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

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

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

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

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

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