Html Css Color HEX #E5B9A1 Wax Flower

📋 copy color: '#E5B9A1'

red 229 ◦ green 185 ◦ blue 161

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

Shades of Wax Flower #E5B9A1

Tints of Wax Flower #E5B9A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 28%

R = 39.83%
G = 32.17%
B = 28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E5B9A1 (or 0xE5B9A1) is known color: Wax Flower. HEX triplet: E5, B9 and A1. RGB value is (229,185,161). Sum of RGB (Red+Green+Blue) = 229+185+161=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B9A1 is #1A465E. Grayscale: #C3C3C3. Windows color (decimal): -1721951 or 10598885. OLE color: 10598885.

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

Color convert

RGB 229 185 161 -
CMYK 0 0.19 0.30 0.10
HSL 21.18º 0.57% 0.76% -
HSV(B) 21.18º 0.3% 0.9% -
XYZ 56.1 53.93 41.17 -
YUV 195.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 229 185 161 0 0.19 0.30 0.10 21.18 0.57 0.76
Hex E5 B9 A1 0 13 1E A 15 39 4C
Octal 345 271 241 0 23 36 12 25 71 114
Binary 11100101 10111001 10100001 0 10011 11110 1010 10101 111001 1001100

Color Harmonies of #E5B9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B9A1

Black with #E5B9A1

Text Example


Text Example

White with #E5B9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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