#EAD5AB

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

Shades of Beeswax #EAD5AB

Tints of Beeswax #EAD5AB

Color information

#EAD5AB (or 0xEAD5AB) is unknown color: approx Beeswax. HEX triplet: EA, D5 and AB. RGB value is (234,213,171). Sum of RGB (Red+Green+Blue) = 234+213+171=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD5AB is #152A54. Grayscale: #D6D6D6. Windows color (decimal): -1387093 or 11261418. OLE color: 11261418.

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

Color convert

RGB234213171-
CMYK00.090.270.08
HSL40º60%79.41%-
HSV(B)40º26.92%91.76%-
XYZ65.0868.0248.23-
YUV214.49103.46141.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 213 (83.59% from 255) = 34.47%
BLUE value IS 171 (67.19% from 255) = 27.67%
R=37.86%
G=34.47%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421317100.090.270.08406079.41
HexEAD5AB091B8283c4f
Octal35232525301133105074117
Binary111010101101010110101011010011101110001010001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5AB; }

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

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

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

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

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

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

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

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