Html Css Color HEX #E2B197 Wax Flower

📋 copy color: '#E2B197'

red 226 ◦ green 177 ◦ blue 151

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

Shades of Wax Flower #E2B197

Tints of Wax Flower #E2B197

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.95%

 BLUE value IS 151 (59.38% from 255) = 27.26%

R = 40.79%
G = 31.95%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E2B197 (or 0xE2B197) is known color: Wax Flower. HEX triplet: E2, B1 and 97. RGB value is (226,177,151). Sum of RGB (Red+Green+Blue) = 226+177+151=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B197 is #1D4E68. Grayscale: #BCBCBC. Windows color (decimal): -1920617 or 9941474. OLE color: 9941474.

HSL color Cylindrical-coordinate representation of color #E2B197: hue angle of 20.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2B197 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 177 151 -
CMYK 0 0.22 0.33 0.11
HSL 20.8º 0.56% 0.74% -
HSV(B) 20.8º 0.33% 0.89% -
XYZ 52.67 49.85 36.12 -
YUV 188.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 226 177 151 0 0.22 0.33 0.11 20.8 0.56 0.74
Hex E2 B1 97 0 16 21 B 15 38 4A
Octal 342 261 227 0 26 41 13 25 70 112
Binary 11100010 10110001 10010111 0 10110 100001 1011 10101 111000 1001010

Color Harmonies of #E2B197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B197

Black with #E2B197

Text Example


Text Example

White with #E2B197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B197; }

 p { color: rgb(226,177,151); }

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

background-color css

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

 a { background-color: rgb(226,177,151); }

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

border-color css

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

 span { border-color: rgb(226,177,151); }

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