Html Css Color HEX #E0B49E Wax Flower

📋 copy color: '#E0B49E'

red 224 ◦ green 180 ◦ blue 158

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

Shades of Wax Flower #E0B49E

Tints of Wax Flower #E0B49E

RGB

 RED value IS 224 (87.89% from 255) = 39.86%

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

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

R = 39.86%
G = 32.03%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E0B49E (or 0xE0B49E) is known color: Wax Flower. HEX triplet: E0, B4 and 9E. RGB value is (224,180,158). Sum of RGB (Red+Green+Blue) = 224+180+158=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B49E is #1F4B61. Grayscale: #BEBEBE. Windows color (decimal): -2050914 or 10400992. OLE color: 10400992.

HSL color Cylindrical-coordinate representation of color #E0B49E: hue angle of 20º 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 #E0B49E is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 180 158 -
CMYK 0 0.20 0.29 0.12
HSL 20º 0.52% 0.75% -
HSV(B) 20º 0.29% 0.88% -
XYZ 53.23 50.96 39.38 -
YUV 190.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 224 180 158 0 0.20 0.29 0.12 20 0.52 0.75
Hex E0 B4 9E 0 14 1D C 14 34 4B
Octal 340 264 236 0 24 35 14 24 64 113
Binary 11100000 10110100 10011110 0 10100 11101 1100 10100 110100 1001011

Color Harmonies of #E0B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B49E

Black with #E0B49E

Text Example


Text Example

White with #E0B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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