Html Css Color HEX #E5B49F Wax Flower

📋 copy color: '#E5B49F'

red 229 ◦ green 180 ◦ blue 159

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

Shades of Wax Flower #E5B49F

Tints of Wax Flower #E5B49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.99%

R = 40.32%
G = 31.69%
B = 27.99%

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

#E5B49F (or 0xE5B49F) is known color: Wax Flower. HEX triplet: E5, B4 and 9F. RGB value is (229,180,159). Sum of RGB (Red+Green+Blue) = 229+180+159=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B49F is #1A4B60. Grayscale: #C0C0C0. Windows color (decimal): -1723233 or 10466533. OLE color: 10466533.

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

Color convert

RGB 229 180 159 -
CMYK 0 0.21 0.31 0.10
HSL 18º 0.57% 0.76% -
HSV(B) 18º 0.31% 0.9% -
XYZ 54.89 51.8 39.91 -
YUV 192.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 229 180 159 0 0.21 0.31 0.10 18 0.57 0.76
Hex E5 B4 9F 0 15 1F A 12 39 4C
Octal 345 264 237 0 25 37 12 22 71 114
Binary 11100101 10110100 10011111 0 10101 11111 1010 10010 111001 1001100

Color Harmonies of #E5B49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B49F

Black with #E5B49F

Text Example


Text Example

White with #E5B49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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