Html Css Color HEX #E5B99D Wax Flower

📋 copy color: '#E5B99D'

red 229 ◦ green 185 ◦ blue 157

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

Shades of Wax Flower #E5B99D

Tints of Wax Flower #E5B99D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.4%

 BLUE value IS 157 (61.72% from 255) = 27.5%

R = 40.11%
G = 32.4%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5B99D (or 0xE5B99D) is known color: Wax Flower. HEX triplet: E5, B9 and 9D. RGB value is (229,185,157). Sum of RGB (Red+Green+Blue) = 229+185+157=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B99D is #1A4662. Grayscale: #C3C3C3. Windows color (decimal): -1721955 or 10336741. OLE color: 10336741.

HSL color Cylindrical-coordinate representation of color #E5B99D: hue angle of 23.33º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5B99D is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 185 157 -
CMYK 0 0.19 0.31 0.10
HSL 23.33º 0.58% 0.76% -
HSV(B) 23.33º 0.31% 0.9% -
XYZ 55.75 53.79 39.34 -
YUV 194.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 229 185 157 0 0.19 0.31 0.10 23.33 0.58 0.76
Hex E5 B9 9D 0 13 1F A 17 3A 4C
Octal 345 271 235 0 23 37 12 27 72 114
Binary 11100101 10111001 10011101 0 10011 11111 1010 10111 111010 1001100

Color Harmonies of #E5B99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B99D

Black with #E5B99D

Text Example


Text Example

White with #E5B99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B99D; }

 p { color: rgb(229,185,157); }

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

background-color css

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

 a { background-color: rgb(229,185,157); }

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

border-color css

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

 span { border-color: rgb(229,185,157); }

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