Html Css Color HEX #E2A997 Wax Flower

📋 copy color: '#E2A997'

red 226 ◦ green 169 ◦ blue 151

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

Shades of Wax Flower #E2A997

Tints of Wax Flower #E2A997

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.95%

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

R = 41.39%
G = 30.95%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E2A997 (or 0xE2A997) is known color: Wax Flower. HEX triplet: E2, A9 and 97. RGB value is (226,169,151). Sum of RGB (Red+Green+Blue) = 226+169+151=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A997 is #1D5668. Grayscale: #B8B8B8. Windows color (decimal): -1922665 or 9939426. OLE color: 9939426.

HSL color Cylindrical-coordinate representation of color #E2A997: hue angle of 14.4º 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 #E2A997 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 169 151 -
CMYK 0 0.25 0.33 0.11
HSL 14.4º 0.56% 0.74% -
HSV(B) 14.4º 0.33% 0.89% -
XYZ 51.14 46.78 35.61 -
YUV 183.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 226 169 151 0 0.25 0.33 0.11 14.4 0.56 0.74
Hex E2 A9 97 0 19 21 B E 38 4A
Octal 342 251 227 0 31 41 13 16 70 112
Binary 11100010 10101001 10010111 0 11001 100001 1011 1110 111000 1001010

Color Harmonies of #E2A997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A997

Black with #E2A997

Text Example


Text Example

White with #E2A997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A997; }

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

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

background-color css

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

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

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

border-color css

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

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

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