#EAB699

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

Shades of Wax Flower #EAB699

Tints of Wax Flower #EAB699

Color information

#EAB699 (or 0xEAB699) is unknown color: approx Wax Flower. HEX triplet: EA, B6 and 99. RGB value is (234,182,153). Sum of RGB (Red+Green+Blue) = 234+182+153=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB699 is #154966. Grayscale: #C2C2C2. Windows color (decimal): -1395047 or 10073834. OLE color: 10073834.

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

Color convert

RGB234182153-
CMYK00.220.350.08
HSL21.48º65.85%75.88%-
HSV(B)21.48º34.62%91.76%-
XYZ56.4153.2537.44-
YUV194.24104.73156.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 182 (71.48% from 255) = 31.99%
BLUE value IS 153 (60.16% from 255) = 26.89%
R=41.12%
G=31.99%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418215300.220.350.0821.4865.8575.88
HexEAB69901623815424c
Octal352266231026431025102114
Binary11101010101101101001100101011010001110001010110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB699; }

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

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

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

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

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

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

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

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