#EAD5A9

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

Shades of Beeswax #EAD5A9

Tints of Beeswax #EAD5A9

Color information

#EAD5A9 (or 0xEAD5A9) is unknown color: approx Beeswax. HEX triplet: EA, D5 and A9. RGB value is (234,213,169). Sum of RGB (Red+Green+Blue) = 234+213+169=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 169 (66.41% from 255 or 27.44% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD5A9 is #152A56. Grayscale: #D6D6D6. Windows color (decimal): -1387095 or 11130346. OLE color: 11130346.

HSL color Cylindrical-coordinate representation of color #EAD5A9: hue angle of 40.62º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAD5A9 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB234213169-
CMYK00.090.280.08
HSL40.62º60.75%79.02%-
HSV(B)40.62º27.78%91.76%-
XYZ64.8967.9547.23-
YUV214.26102.46142.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 213 (83.59% from 255) = 34.58%
BLUE value IS 169 (66.41% from 255) = 27.44%
R=37.99%
G=34.58%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421316900.090.280.0840.6260.7579.02
HexEAD5A9091C8293d4f
Octal35232525101134105175117
Binary111010101101010110101001010011110010001010011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5A9; }

 p { color: rgb(234,213,169); }

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

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

 a { background-color: rgb(234,213,169); }

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

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

 span { border-color: rgb(234,213,169); }

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