Html Css Color HEX #E1B49F Wax Flower

📋 copy color: '#E1B49F'

red 225 ◦ green 180 ◦ blue 159

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

Shades of Wax Flower #E1B49F

Tints of Wax Flower #E1B49F

RGB

 RED value IS 225 (88.28% from 255) = 39.89%

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

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

R = 39.89%
G = 31.91%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E1B49F (or 0xE1B49F) is known color: Wax Flower. HEX triplet: E1, B4 and 9F. RGB value is (225,180,159). Sum of RGB (Red+Green+Blue) = 225+180+159=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 159 (62.5% from 255 or 28.19% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B49F is #1E4B60. Grayscale: #BFBFBF. Windows color (decimal): -1985377 or 10466529. OLE color: 10466529.

HSL color Cylindrical-coordinate representation of color #E1B49F: hue angle of 19.09º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1B49F is Cyan = 0, Magento = 0.2, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 180 159 -
CMYK 0 0.2 0.29 0.12
HSL 19.09º 0.52% 0.75% -
HSV(B) 19.09º 0.29% 0.88% -
XYZ 53.63 51.15 39.85 -
YUV 191.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 225 180 159 0 0.2 0.29 0.12 19.09 0.52 0.75
Hex E1 B4 9F 0 14 1D C 13 34 4B
Octal 341 264 237 0 24 35 14 23 64 113
Binary 11100001 10110100 10011111 0 10100 11101 1100 10011 110100 1001011

Color Harmonies of #E1B49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B49F

Black with #E1B49F

Text Example


Text Example

White with #E1B49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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