Html Css Color HEX #E2AD97 Wax Flower

📋 copy color: '#E2AD97'

red 226 ◦ green 173 ◦ blue 151

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

Shades of Wax Flower #E2AD97

Tints of Wax Flower #E2AD97

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.45%

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

R = 41.09%
G = 31.45%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E2AD97 (or 0xE2AD97) is known color: Wax Flower. HEX triplet: E2, AD and 97. RGB value is (226,173,151). Sum of RGB (Red+Green+Blue) = 226+173+151=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AD97 is #1D5268. Grayscale: #BABABA. Windows color (decimal): -1921641 or 9940450. OLE color: 9940450.

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

Color convert

RGB 226 173 151 -
CMYK 0 0.23 0.33 0.11
HSL 17.6º 0.56% 0.74% -
HSV(B) 17.6º 0.33% 0.89% -
XYZ 51.89 48.29 35.86 -
YUV 186.34 108.06 156.29 -
System Red Green Blue C M Y K H S L
Decimal 226 173 151 0 0.23 0.33 0.11 17.6 0.56 0.74
Hex E2 AD 97 0 17 21 B 12 38 4A
Octal 342 255 227 0 27 41 13 22 70 112
Binary 11100010 10101101 10010111 0 10111 100001 1011 10010 111000 1001010

Color Harmonies of #E2AD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AD97

Black with #E2AD97

Text Example


Text Example

White with #E2AD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AD97; }

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

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

background-color css

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

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

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

border-color css

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

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

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