#E0B6A0

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

Shades of Wax Flower #E0B6A0

Tints of Wax Flower #E0B6A0

Color information

#E0B6A0 (or 0xE0B6A0) is unknown color: approx Wax Flower. HEX triplet: E0, B6 and A0. RGB value is (224,182,160). Sum of RGB (Red+Green+Blue) = 224+182+160=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B6A0 is #1F495F. Grayscale: #C0C0C0. Windows color (decimal): -2050400 or 10532576. OLE color: 10532576.

HSL color Cylindrical-coordinate representation of color #E0B6A0: hue angle of 20.63º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0B6A0 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224182160-
CMYK00.190.290.12
HSL20.63º50.79%75.29%-
HSV(B)20.63º28.57%87.84%-
XYZ53.8151.8440.43-
YUV192.05109.91150.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.58%
GREEN value IS 182 (71.48% from 255) = 32.16%
BLUE value IS 160 (62.89% from 255) = 28.27%
R=39.58%
G=32.16%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418216000.190.290.1220.6350.7975.29
HexE0B6A00131DC15334b
Octal34026624002335142563113
Binary111000001011011010100000010011111011100101011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B6A0; }

 p { color: rgb(224,182,160); }

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

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

 a { background-color: rgb(224,182,160); }

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

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

 span { border-color: rgb(224,182,160); }

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