#EADBB1

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

Shades of Beeswax #EADBB1

Tints of Beeswax #EADBB1

Color information

#EADBB1 (or 0xEADBB1) is unknown color: approx Beeswax. HEX triplet: EA, DB and B1. RGB value is (234,219,177). Sum of RGB (Red+Green+Blue) = 234+219+177=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 177 (69.53% from 255 or 28.10% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBB1 is #15244E. Grayscale: #DADADA. Windows color (decimal): -1385551 or 11656170. OLE color: 11656170.

HSL color Cylindrical-coordinate representation of color #EADBB1: hue angle of 44.21º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EADBB1 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB234219177-
CMYK00.060.240.08
HSL44.21º57.58%80.59%-
HSV(B)44.21º24.36%91.76%-
XYZ67.271.3351.82-
YUV218.7104.47138.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 177 (69.53% from 255) = 28.10%
R=37.14%
G=34.76%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421917700.060.240.0844.2157.5880.59
HexEADBB1061882c3a51
Octal3523332610630105472121
Binary11101010110110111011000101101100010001011001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBB1; }

 p { color: rgb(234,219,177); }

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

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

 a { background-color: rgb(234,219,177); }

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

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

 span { border-color: rgb(234,219,177); }

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