#EADAB3

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

Shades of Beeswax #EADAB3

Tints of Beeswax #EADAB3

Color information

#EADAB3 (or 0xEADAB3) is unknown color: approx Beeswax. HEX triplet: EA, DA and B3. RGB value is (234,218,179). Sum of RGB (Red+Green+Blue) = 234+218+179=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 179 (70.31% from 255 or 28.37% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAB3 is #15254C. Grayscale: #DADADA. Windows color (decimal): -1385805 or 11786986. OLE color: 11786986.

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

Color convert

RGB234218179-
CMYK00.070.240.08
HSL42.55º56.7%80.98%-
HSV(B)42.55º23.5%91.76%-
XYZ67.1470.8952.79-
YUV218.34105.8139.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 218 (85.55% from 255) = 34.55%
BLUE value IS 179 (70.31% from 255) = 28.37%
R=37.08%
G=34.55%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421817900.070.240.0842.5556.780.98
HexEADAB3071882b3951
Octal3523322630730105371121
Binary11101010110110101011001101111100010001010111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAB3; }

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

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

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

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

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

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

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

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