#E9BCA0

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

Shades of Wax Flower #E9BCA0

Tints of Wax Flower #E9BCA0

Color information

#E9BCA0 (or 0xE9BCA0) is unknown color: approx Wax Flower. HEX triplet: E9, BC and A0. RGB value is (233,188,160). Sum of RGB (Red+Green+Blue) = 233+188+160=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BCA0 is #16435F. Grayscale: #C6C6C6. Windows color (decimal): -1459040 or 10534121. OLE color: 10534121.

HSL color Cylindrical-coordinate representation of color #E9BCA0: hue angle of 23.01º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9BCA0 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB233188160-
CMYK00.190.310.09
HSL23.01º62.39%77.06%-
HSV(B)23.01º31.33%91.37%-
XYZ57.9355.8340.98-
YUV198.26106.41152.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.10%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 160 (62.89% from 255) = 27.54%
R=40.10%
G=32.36%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318816000.190.310.0923.0162.3977.06
HexE9BCA00131F9173e4d
Octal35127424002337112776115
Binary111010011011110010100000010011111111001101111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BCA0; }

 p { color: rgb(233,188,160); }

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

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

 a { background-color: rgb(233,188,160); }

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

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

 span { border-color: rgb(233,188,160); }

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