#EAA799

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

Shades of Wax Flower #EAA799

Tints of Wax Flower #EAA799

Color information

#EAA799 (or 0xEAA799) is unknown color: approx Wax Flower. HEX triplet: EA, A7 and 99. RGB value is (234,167,153). Sum of RGB (Red+Green+Blue) = 234+167+153=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA799 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA799 is #155866. Grayscale: #B9B9B9. Windows color (decimal): -1398887 or 10069994. OLE color: 10069994.

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

Color convert

RGB234167153-
CMYK00.290.350.08
HSL10.37º65.85%75.88%-
HSV(B)10.37º34.62%91.76%-
XYZ53.547.4336.47-
YUV185.44109.7162.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.24%
GREEN value IS 167 (65.62% from 255) = 30.14%
BLUE value IS 153 (60.16% from 255) = 27.62%
R=42.24%
G=30.14%
B=27.62%

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
Decimal23416715300.290.350.0810.3765.8575.88
HexEAA79901D238a424c
Octal352247231035431012102114
Binary1110101010100111100110010111011000111000101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA799; }

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

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

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

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

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

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

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

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