Html Css Color HEX #E5B49E Wax Flower

📋 copy color: '#E5B49E'

red 229 ◦ green 180 ◦ blue 158

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

Shades of Wax Flower #E5B49E

Tints of Wax Flower #E5B49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.87%

R = 40.39%
G = 31.75%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5B49E (or 0xE5B49E) is known color: Wax Flower. HEX triplet: E5, B4 and 9E. RGB value is (229,180,158). Sum of RGB (Red+Green+Blue) = 229+180+158=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B49E is #1A4B61. Grayscale: #C0C0C0. Windows color (decimal): -1723234 or 10400997. OLE color: 10400997.

HSL color Cylindrical-coordinate representation of color #E5B49E: hue angle of 18.59º 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 #E5B49E is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 180 158 -
CMYK 0 0.21 0.31 0.10
HSL 18.59º 0.58% 0.76% -
HSV(B) 18.59º 0.31% 0.9% -
XYZ 54.81 51.77 39.45 -
YUV 192.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 229 180 158 0 0.21 0.31 0.10 18.59 0.58 0.76
Hex E5 B4 9E 0 15 1F A 13 3A 4C
Octal 345 264 236 0 25 37 12 23 72 114
Binary 11100101 10110100 10011110 0 10101 11111 1010 10011 111010 1001100

Color Harmonies of #E5B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B49E

Black with #E5B49E

Text Example


Text Example

White with #E5B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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