Html Css Color HEX #E5A999 Wax Flower

📋 copy color: '#E5A999'

red 229 ◦ green 169 ◦ blue 153

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

Shades of Wax Flower #E5A999

Tints of Wax Flower #E5A999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.77%

R = 41.56%
G = 30.67%
B = 27.77%

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

#E5A999 (or 0xE5A999) is known color: Wax Flower. HEX triplet: E5, A9 and 99. RGB value is (229,169,153). Sum of RGB (Red+Green+Blue) = 229+169+153=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A999 is #1A5666. Grayscale: #B9B9B9. Windows color (decimal): -1726055 or 10070501. OLE color: 10070501.

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

Color convert

RGB 229 169 153 -
CMYK 0 0.26 0.33 0.10
HSL 12.63º 0.59% 0.75% -
HSV(B) 12.63º 0.33% 0.9% -
XYZ 52.25 47.33 36.52 -
YUV 185.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 229 169 153 0 0.26 0.33 0.10 12.63 0.59 0.75
Hex E5 A9 99 0 1A 21 A D 3B 4B
Octal 345 251 231 0 32 41 12 15 73 113
Binary 11100101 10101001 10011001 0 11010 100001 1010 1101 111011 1001011

Color Harmonies of #E5A999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A999

Black with #E5A999

Text Example


Text Example

White with #E5A999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A999; }

 p { color: rgb(229,169,153); }

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

background-color css

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

 a { background-color: rgb(229,169,153); }

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

border-color css

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

 span { border-color: rgb(229,169,153); }

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