Html Css Color HEX #E2AD94 Wax Flower

📋 copy color: '#E2AD94'

red 226 ◦ green 173 ◦ blue 148

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

Shades of Wax Flower #E2AD94

Tints of Wax Flower #E2AD94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.06%

R = 41.32%
G = 31.63%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E2AD94 (or 0xE2AD94) is known color: Wax Flower. HEX triplet: E2, AD and 94. RGB value is (226,173,148). Sum of RGB (Red+Green+Blue) = 226+173+148=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AD94 is #1D526B. Grayscale: #BABABA. Windows color (decimal): -1921644 or 9743842. OLE color: 9743842.

HSL color Cylindrical-coordinate representation of color #E2AD94: hue angle of 19.23º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2AD94 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 173 148 -
CMYK 0 0.23 0.35 0.11
HSL 19.23º 0.57% 0.73% -
HSV(B) 19.23º 0.35% 0.89% -
XYZ 51.65 48.19 34.6 -
YUV 186 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 226 173 148 0 0.23 0.35 0.11 19.23 0.57 0.73
Hex E2 AD 94 0 17 23 B 13 39 49
Octal 342 255 224 0 27 43 13 23 71 111
Binary 11100010 10101101 10010100 0 10111 100011 1011 10011 111001 1001001

Color Harmonies of #E2AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AD94

Black with #E2AD94

Text Example


Text Example

White with #E2AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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