Html Css Color HEX #E5AA94 Wax Flower

📋 copy color: '#E5AA94'

red 229 ◦ green 170 ◦ blue 148

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

Shades of Wax Flower #E5AA94

Tints of Wax Flower #E5AA94

RGB

 RED value IS 229 (89.84% from 255) = 41.86%

 GREEN value IS 170 (66.8% from 255) = 31.08%

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

R = 41.86%
G = 31.08%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E5AA94 (or 0xE5AA94) is known color: Wax Flower. HEX triplet: E5, AA and 94. RGB value is (229,170,148). Sum of RGB (Red+Green+Blue) = 229+170+148=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AA94 is #1A556B. Grayscale: #B9B9B9. Windows color (decimal): -1725804 or 9743077. OLE color: 9743077.

HSL color Cylindrical-coordinate representation of color #E5AA94: hue angle of 16.3º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5AA94 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 170 148 -
CMYK 0 0.26 0.35 0.10
HSL 16.3º 0.61% 0.74% -
HSV(B) 16.3º 0.35% 0.9% -
XYZ 52.03 47.55 34.45 -
YUV 185.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 229 170 148 0 0.26 0.35 0.10 16.3 0.61 0.74
Hex E5 AA 94 0 1A 23 A 10 3D 4A
Octal 345 252 224 0 32 43 12 20 75 112
Binary 11100101 10101010 10010100 0 11010 100011 1010 10000 111101 1001010

Color Harmonies of #E5AA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AA94

Black with #E5AA94

Text Example


Text Example

White with #E5AA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AA94; }

 p { color: rgb(229,170,148); }

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

background-color css

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

 a { background-color: rgb(229,170,148); }

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

border-color css

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

 span { border-color: rgb(229,170,148); }

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