Html Css Color HEX #E1B49E Wax Flower

📋 copy color: '#E1B49E'

red 225 ◦ green 180 ◦ blue 158

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

Shades of Wax Flower #E1B49E

Tints of Wax Flower #E1B49E

RGB

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

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

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

R = 39.96%
G = 31.97%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1B49E (or 0xE1B49E) is known color: Wax Flower. HEX triplet: E1, B4 and 9E. RGB value is (225,180,158). Sum of RGB (Red+Green+Blue) = 225+180+158=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 158 (62.11% from 255 or 28.06% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B49E is #1E4B61. Grayscale: #BFBFBF. Windows color (decimal): -1985378 or 10400993. OLE color: 10400993.

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

Color convert

RGB 225 180 158 -
CMYK 0 0.2 0.30 0.12
HSL 19.7º 0.53% 0.75% -
HSV(B) 19.7º 0.3% 0.88% -
XYZ 53.54 51.12 39.39 -
YUV 190.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 225 180 158 0 0.2 0.30 0.12 19.7 0.53 0.75
Hex E1 B4 9E 0 14 1E C 14 35 4B
Octal 341 264 236 0 24 36 14 24 65 113
Binary 11100001 10110100 10011110 0 10100 11110 1100 10100 110101 1001011

Color Harmonies of #E1B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B49E

Black with #E1B49E

Text Example


Text Example

White with #E1B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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