#eaad99

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

Shades of Wax Flower #EAAD99

Tints of Wax Flower #EAAD99

Color information

#EAAD99 (or 0xEAAD99) is unknown color: approx Wax Flower. HEX triplet: EA, AD and 99. RGB value is (234,173,153). Sum of RGB (Red+Green+Blue) = 234+173+153=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAD99 is #155266. Grayscale: #BDBDBD. Windows color (decimal): -1397351 or 10071530. OLE color: 10071530.

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

Color convert

RGB234173153-
CMYK00.260.350.08
HSL14.81º65.85%75.88%-
HSV(B)14.81º34.62%91.76%-
XYZ54.6349.6836.85-
YUV188.96107.71160.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 153 (60.16% from 255) = 27.32%
R=41.79%
G=30.89%
B=27.32%

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
Decimal23417315300.260.350.0814.8165.8575.88
HexEAAD9901A238f424c
Octal352255231032431017102114
Binary1110101010101101100110010110101000111000111110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eaad99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eaad99; }

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

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

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

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

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

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

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

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