Html Css Color HEX #E2B49B Wax Flower

📋 copy color: '#E2B49B'

red 226 ◦ green 180 ◦ blue 155

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

Shades of Wax Flower #E2B49B

Tints of Wax Flower #E2B49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.63%

R = 40.29%
G = 32.09%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2B49B (or 0xE2B49B) is known color: Wax Flower. HEX triplet: E2, B4 and 9B. RGB value is (226,180,155). Sum of RGB (Red+Green+Blue) = 226+180+155=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B49B is #1D4B64. Grayscale: #BFBFBF. Windows color (decimal): -1919845 or 10204386. OLE color: 10204386.

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

Color convert

RGB 226 180 155 -
CMYK 0 0.20 0.31 0.11
HSL 21.13º 0.55% 0.75% -
HSV(B) 21.13º 0.31% 0.89% -
XYZ 53.6 51.18 38.06 -
YUV 190.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 226 180 155 0 0.20 0.31 0.11 21.13 0.55 0.75
Hex E2 B4 9B 0 14 1F B 15 37 4B
Octal 342 264 233 0 24 37 13 25 67 113
Binary 11100010 10110100 10011011 0 10100 11111 1011 10101 110111 1001011

Color Harmonies of #E2B49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B49B

Black with #E2B49B

Text Example


Text Example

White with #E2B49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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