#EAAC99

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

Shades of Wax Flower #EAAC99

Tints of Wax Flower #EAAC99

Color information

#EAAC99 (or 0xEAAC99) is unknown color: approx Wax Flower. HEX triplet: EA, AC and 99. RGB value is (234,172,153). Sum of RGB (Red+Green+Blue) = 234+172+153=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAC99 is #155366. Grayscale: #BCBCBC. Windows color (decimal): -1397607 or 10071274. OLE color: 10071274.

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

Color convert

RGB234172153-
CMYK00.260.350.08
HSL14.07º65.85%75.88%-
HSV(B)14.07º34.62%91.76%-
XYZ54.4349.336.78-
YUV188.37108.04160.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 153 (60.16% from 255) = 27.37%
R=41.86%
G=30.77%
B=27.37%

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
Decimal23417215300.260.350.0814.0765.8575.88
HexEAAC9901A238e424c
Octal352254231032431016102114
Binary1110101010101100100110010110101000111000111010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAC99; }

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

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

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

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

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

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

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

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