#E1B299

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

Shades of Wax Flower #E1B299

Tints of Wax Flower #E1B299

Color information

#E1B299 (or 0xE1B299) is unknown color: approx Wax Flower. HEX triplet: E1, B2 and 99. RGB value is (225,178,153). Sum of RGB (Red+Green+Blue) = 225+178+153=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B299 is #1E4D66. Grayscale: #BDBDBD. Windows color (decimal): -1985895 or 10072801. OLE color: 10072801.

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

Color convert

RGB225178153-
CMYK00.210.320.12
HSL20.83º54.55%74.12%-
HSV(B)20.83º32%88.24%-
XYZ52.7250.1537.04-
YUV189.2107.57153.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.47%
GREEN value IS 178 (69.92% from 255) = 32.01%
BLUE value IS 153 (60.16% from 255) = 27.52%
R=40.47%
G=32.01%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517815300.210.320.1220.8354.5574.12
HexE1B29901520C15374a
Octal34126223102540142567112
Binary1110000110110010100110010101011000001100101011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B299; }

 p { color: rgb(225,178,153); }

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

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

 a { background-color: rgb(225,178,153); }

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

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

 span { border-color: rgb(225,178,153); }

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