#E5B498

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

Shades of Wax Flower #E5B498

Tints of Wax Flower #E5B498

Color information

#E5B498 (or 0xE5B498) is unknown color: approx Wax Flower. HEX triplet: E5, B4 and 98. RGB value is (229,180,152). Sum of RGB (Red+Green+Blue) = 229+180+152=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B498 is #1A4B67. Grayscale: #BFBFBF. Windows color (decimal): -1723240 or 10007781. OLE color: 10007781.

HSL color Cylindrical-coordinate representation of color #E5B498: hue angle of 21.82º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5B498 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB229180152-
CMYK00.210.340.10
HSL21.82º59.69%74.71%-
HSV(B)21.82º33.62%89.8%-
XYZ54.351.5736.8-
YUV191.46105.73154.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.82%
GREEN value IS 180 (70.70% from 255) = 32.09%
BLUE value IS 152 (59.77% from 255) = 27.09%
R=40.82%
G=32.09%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918015200.210.340.1021.8259.6974.71
HexE5B49801522A163c4b
Octal34526423002542122674113
Binary1110010110110100100110000101011000101010101101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B498; }

 p { color: rgb(229,180,152); }

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

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

 a { background-color: rgb(229,180,152); }

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

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

 span { border-color: rgb(229,180,152); }

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