Html Css Color HEX #E3B49E Wax Flower

📋 copy color: '#E3B49E'

red 227 ◦ green 180 ◦ blue 158

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

Shades of Wax Flower #E3B49E

Tints of Wax Flower #E3B49E

RGB

 RED value IS 227 (89.06% from 255) = 40.18%

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

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

R = 40.18%
G = 31.86%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E3B49E (or 0xE3B49E) is known color: Wax Flower. HEX triplet: E3, B4 and 9E. RGB value is (227,180,158). Sum of RGB (Red+Green+Blue) = 227+180+158=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3B49E is #1C4B61. Grayscale: #BFBFBF. Windows color (decimal): -1854306 or 10400995. OLE color: 10400995.

HSL color Cylindrical-coordinate representation of color #E3B49E: hue angle of 19.13º degrees, saturation: 0.55, 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 #E3B49E is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 180 158 -
CMYK 0 0.21 0.30 0.11
HSL 19.13º 0.55% 0.75% -
HSV(B) 19.13º 0.3% 0.89% -
XYZ 54.17 51.44 39.42 -
YUV 191.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 227 180 158 0 0.21 0.30 0.11 19.13 0.55 0.75
Hex E3 B4 9E 0 15 1E B 13 37 4B
Octal 343 264 236 0 25 36 13 23 67 113
Binary 11100011 10110100 10011110 0 10101 11110 1011 10011 110111 1001011

Color Harmonies of #E3B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3B49E

Black with #E3B49E

Text Example


Text Example

White with #E3B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3B49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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