Html Css Color HEX #E2B49E Wax Flower

📋 copy color: '#E2B49E'

red 226 ◦ green 180 ◦ blue 158

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

Shades of Wax Flower #E2B49E

Tints of Wax Flower #E2B49E

RGB

 RED value IS 226 (88.67% from 255) = 40.07%

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

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

R = 40.07%
G = 31.91%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2B49E (or 0xE2B49E) is known color: Wax Flower. HEX triplet: E2, B4 and 9E. RGB value is (226,180,158). Sum of RGB (Red+Green+Blue) = 226+180+158=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B49E is #1D4B61. Grayscale: #BFBFBF. Windows color (decimal): -1919842 or 10400994. OLE color: 10400994.

HSL color Cylindrical-coordinate representation of color #E2B49E: hue angle of 19.41º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2B49E is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 180 158 -
CMYK 0 0.20 0.30 0.11
HSL 19.41º 0.54% 0.75% -
HSV(B) 19.41º 0.3% 0.89% -
XYZ 53.86 51.28 39.41 -
YUV 191.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 226 180 158 0 0.20 0.30 0.11 19.41 0.54 0.75
Hex E2 B4 9E 0 14 1E B 13 36 4B
Octal 342 264 236 0 24 36 13 23 66 113
Binary 11100010 10110100 10011110 0 10100 11110 1011 10011 110110 1001011

Color Harmonies of #E2B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B49E

Black with #E2B49E

Text Example


Text Example

White with #E2B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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