#EADBB3

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

Shades of Beeswax #EADBB3

Tints of Beeswax #EADBB3

Color information

#EADBB3 (or 0xEADBB3) is unknown color: approx Beeswax. HEX triplet: EA, DB and B3. RGB value is (234,219,179). Sum of RGB (Red+Green+Blue) = 234+219+179=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 179 (70.31% from 255 or 28.32% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBB3 is #15244C. Grayscale: #DBDBDB. Windows color (decimal): -1385549 or 11787242. OLE color: 11787242.

HSL color Cylindrical-coordinate representation of color #EADBB3: hue angle of 43.64º degrees, saturation: 0.57, 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 #EADBB3 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB234219179-
CMYK00.060.240.08
HSL43.64º56.7%80.98%-
HSV(B)43.64º23.5%91.76%-
XYZ67.471.4152.88-
YUV218.92105.47138.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 219 (85.94% from 255) = 34.65%
BLUE value IS 179 (70.31% from 255) = 28.32%
R=37.03%
G=34.65%
B=28.32%

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
Decimal23421917900.060.240.0843.6456.780.98
HexEADBB3061882c3951
Octal3523332630630105471121
Binary11101010110110111011001101101100010001011001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBB3; }

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

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

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

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

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

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

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

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