#EAB99D

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

Shades of Wax Flower #EAB99D

Tints of Wax Flower #EAB99D

Color information

#EAB99D (or 0xEAB99D) is unknown color: approx Wax Flower. HEX triplet: EA, B9 and 9D. RGB value is (234,185,157). Sum of RGB (Red+Green+Blue) = 234+185+157=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB99D is #154662. Grayscale: #C4C4C4. Windows color (decimal): -1394275 or 10336746. OLE color: 10336746.

HSL color Cylindrical-coordinate representation of color #EAB99D: hue angle of 21.82º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAB99D is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234185157-
CMYK00.210.330.08
HSL21.82º64.71%76.67%-
HSV(B)21.82º32.91%91.76%-
XYZ57.3754.6239.42-
YUV196.46105.73154.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.62%
GREEN value IS 185 (72.66% from 255) = 32.12%
BLUE value IS 157 (61.72% from 255) = 27.26%
R=40.62%
G=32.12%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418515700.210.330.0821.8264.7176.67
HexEAB99D01521816414d
Octal352271235025411026101115
Binary11101010101110011001110101010110000110001011010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB99D; }

 p { color: rgb(234,185,157); }

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

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

 a { background-color: rgb(234,185,157); }

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

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

 span { border-color: rgb(234,185,157); }

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