Html Css Color HEX #E5B499 Wax Flower

📋 copy color: '#E5B499'

red 229 ◦ green 180 ◦ blue 153

#E5B499
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wax Flower #E5B499

Tints of Wax Flower #E5B499

RGB

 RED value IS 229 (89.84% from 255) = 40.75%

 GREEN value IS 180 (70.7% from 255) = 32.03%

 BLUE value IS 153 (60.16% from 255) = 27.22%

R = 40.75%
G = 32.03%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E5B499 (or 0xE5B499) is known color: Wax Flower. HEX triplet: E5, B4 and 99. RGB value is (229,180,153). Sum of RGB (Red+Green+Blue) = 229+180+153=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B499 is #1A4B66. Grayscale: #BFBFBF. Windows color (decimal): -1723239 or 10073317. OLE color: 10073317.

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

Color convert

RGB 229 180 153 -
CMYK 0 0.21 0.33 0.10
HSL 21.32º 0.59% 0.75% -
HSV(B) 21.32º 0.33% 0.9% -
XYZ 54.38 51.6 37.23 -
YUV 191.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 229 180 153 0 0.21 0.33 0.10 21.32 0.59 0.75
Hex E5 B4 99 0 15 21 A 15 3B 4B
Octal 345 264 231 0 25 41 12 25 73 113
Binary 11100101 10110100 10011001 0 10101 100001 1010 10101 111011 1001011

Color Harmonies of #E5B499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B499

Black with #E5B499

Text Example


Text Example

White with #E5B499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B499; }

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

 H1.HeaderClassName
 {
   color: #E5B499;
 }
 .AnyTagClassName
 {
   color: #E5B499;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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