Html Css Color HEX #E5AA9A Wax Flower

📋 copy color: '#E5AA9A'

red 229 ◦ green 170 ◦ blue 154

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

Shades of Wax Flower #E5AA9A

Tints of Wax Flower #E5AA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.85%

R = 41.41%
G = 30.74%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E5AA9A (or 0xE5AA9A) is known color: Wax Flower. HEX triplet: E5, AA and 9A. RGB value is (229,170,154). Sum of RGB (Red+Green+Blue) = 229+170+154=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AA9A is #1A5565. Grayscale: #B9B9B9. Windows color (decimal): -1725798 or 10136293. OLE color: 10136293.

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

Color convert

RGB 229 170 154 -
CMYK 0 0.26 0.33 0.10
HSL 12.8º 0.59% 0.75% -
HSV(B) 12.8º 0.33% 0.9% -
XYZ 52.52 47.74 37.02 -
YUV 185.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 229 170 154 0 0.26 0.33 0.10 12.8 0.59 0.75
Hex E5 AA 9A 0 1A 21 A D 3B 4B
Octal 345 252 232 0 32 41 12 15 73 113
Binary 11100101 10101010 10011010 0 11010 100001 1010 1101 111011 1001011

Color Harmonies of #E5AA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AA9A

Black with #E5AA9A

Text Example


Text Example

White with #E5AA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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