Html Css Color HEX #E1AF99 Wax Flower

📋 copy color: '#E1AF99'

red 225 ◦ green 175 ◦ blue 153

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

Shades of Wax Flower #E1AF99

Tints of Wax Flower #E1AF99

RGB

 RED value IS 225 (88.28% from 255) = 40.69%

 GREEN value IS 175 (68.75% from 255) = 31.65%

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

R = 40.69%
G = 31.65%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1AF99 (or 0xE1AF99) is known color: Wax Flower. HEX triplet: E1, AF and 99. RGB value is (225,175,153). Sum of RGB (Red+Green+Blue) = 225+175+153=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AF99 is #1E5066. Grayscale: #BBBBBB. Windows color (decimal): -1986663 or 10072033. OLE color: 10072033.

HSL color Cylindrical-coordinate representation of color #E1AF99: hue angle of 18.33º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1AF99 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 175 153 -
CMYK 0 0.22 0.32 0.12
HSL 18.33º 0.55% 0.74% -
HSV(B) 18.33º 0.32% 0.88% -
XYZ 52.13 48.97 36.84 -
YUV 187.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 225 175 153 0 0.22 0.32 0.12 18.33 0.55 0.74
Hex E1 AF 99 0 16 20 C 12 37 4A
Octal 341 257 231 0 26 40 14 22 67 112
Binary 11100001 10101111 10011001 0 10110 100000 1100 10010 110111 1001010

Color Harmonies of #E1AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF99

Black with #E1AF99

Text Example


Text Example

White with #E1AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF99; }

 p { color: rgb(225,175,153); }

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

background-color css

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

 a { background-color: rgb(225,175,153); }

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

border-color css

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

 span { border-color: rgb(225,175,153); }

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