#EAB599

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

Shades of Wax Flower #EAB599

Tints of Wax Flower #EAB599

Color information

#EAB599 (or 0xEAB599) is unknown color: approx Wax Flower. HEX triplet: EA, B5 and 99. RGB value is (234,181,153). Sum of RGB (Red+Green+Blue) = 234+181+153=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB599 is #154A66. Grayscale: #C1C1C1. Windows color (decimal): -1395303 or 10073578. OLE color: 10073578.

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

Color convert

RGB234181153-
CMYK00.230.350.08
HSL20.74º65.85%75.88%-
HSV(B)20.74º34.62%91.76%-
XYZ56.2152.8437.37-
YUV193.66105.06156.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.20%
GREEN value IS 181 (71.09% from 255) = 31.87%
BLUE value IS 153 (60.16% from 255) = 26.94%
R=41.20%
G=31.87%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418115300.230.350.0820.7465.8575.88
HexEAB59901723815424c
Octal352265231027431025102114
Binary11101010101101011001100101011110001110001010110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB599; }

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

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

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

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

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

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

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

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