#EAA699

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

Shades of Wax Flower #EAA699

Tints of Wax Flower #EAA699

Color information

#EAA699 (or 0xEAA699) is unknown color: approx Wax Flower. HEX triplet: EA, A6 and 99. RGB value is (234,166,153). Sum of RGB (Red+Green+Blue) = 234+166+153=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA699 is #155966. Grayscale: #B8B8B8. Windows color (decimal): -1399143 or 10069738. OLE color: 10069738.

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

Color convert

RGB234166153-
CMYK00.290.350.08
HSL9.63º65.85%75.88%-
HSV(B)9.63º34.62%91.76%-
XYZ53.3247.0636.41-
YUV184.85110.03163.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 166 (65.23% from 255) = 30.02%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=42.31%
G=30.02%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416615300.290.350.089.6365.8575.88
HexEAA69901D238a424c
Octal352246231035431012102114
Binary1110101010100110100110010111011000111000101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA699; }

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

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

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

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

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

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

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

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