Html Css Color HEX #E9AF99 Wax Flower

📋 copy color: '#E9AF99'

red 233 ◦ green 175 ◦ blue 153

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

Shades of Wax Flower #E9AF99

Tints of Wax Flower #E9AF99

RGB

 RED value IS 233 (91.41% from 255) = 41.53%

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

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

R = 41.53%
G = 31.19%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E9AF99 (or 0xE9AF99) is known color: Wax Flower. HEX triplet: E9, AF and 99. RGB value is (233,175,153). Sum of RGB (Red+Green+Blue) = 233+175+153=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AF99 is #165066. Grayscale: #BDBDBD. Windows color (decimal): -1462375 or 10072041. OLE color: 10072041.

HSL color Cylindrical-coordinate representation of color #E9AF99: hue angle of 16.5º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E9AF99 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 175 153 -
CMYK 0 0.25 0.34 0.09
HSL 16.5º 0.65% 0.76% -
HSV(B) 16.5º 0.34% 0.91% -
XYZ 54.68 50.28 36.96 -
YUV 189.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 233 175 153 0 0.25 0.34 0.09 16.5 0.65 0.76
Hex E9 AF 99 0 19 22 9 10 41 4C
Octal 351 257 231 0 31 42 11 20 101 114
Binary 11101001 10101111 10011001 0 11001 100010 1001 10000 1000001 1001100

Color Harmonies of #E9AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AF99

Black with #E9AF99

Text Example


Text Example

White with #E9AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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