#EAAE99

Color #EAAE99 Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #EAAE99

Tints of Wax Flower #EAAE99

Color information

#EAAE99 (or 0xEAAE99) is unknown color: approx Wax Flower. HEX triplet: EA, AE and 99. RGB value is (234,174,153). Sum of RGB (Red+Green+Blue) = 234+174+153=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAE99 is #155166. Grayscale: #BDBDBD. Windows color (decimal): -1397095 or 10071786. OLE color: 10071786.

HSL color Cylindrical-coordinate representation of color #EAAE99: hue angle of 15.56º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAAE99 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234174153-
CMYK00.260.350.08
HSL15.56º65.85%75.88%-
HSV(B)15.56º34.62%91.76%-
XYZ54.8250.0636.91-
YUV189.55107.38159.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 153 (60.16% from 255) = 27.27%
R=41.71%
G=31.02%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417415300.260.350.0815.5665.8575.88
HexEAAE9901A23810424c
Octal352256231032431020102114
Binary11101010101011101001100101101010001110001000010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE99; }

 p { color: rgb(234,174,153); }

 H1.HeaderClassName
 {
   color: #EAAE99;
 }
 .AnyTagClassName
 {
   color: #EAAE99;
 }
</style>
background-color css

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

 a { background-color: rgb(234,174,153); }

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

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

 span { border-color: rgb(234,174,153); }

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