Shades of Beeswax #EBDBB2
Tints of Beeswax #EBDBB2
RGB
CMYK
RGB Variations
Color information
#EBDBB2 (or 0xEBDBB2) is known color: Beeswax. HEX triplet: EB, DB and B2. RGB value is (235,219,178). Sum of RGB (Red+Green+Blue) = 235+219+178=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 178 (69.92% from 255 or 28.16% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDBB2 is #14244D. Grayscale: #DBDBDB. Windows color (decimal): -1320014 or 11721707. OLE color: 11721707.
HSL color Cylindrical-coordinate representation of color #EBDBB2: hue angle of 43.16º degrees, saturation: 0.59, 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 #EBDBB2 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 219 | 178 | - |
CMYK | 0 | 0.07 | 0.24 | 0.08 |
HSL | 43.16º | 0.59% | 0.81% | - |
HSV(B) | 43.16º | 0.24% | 0.92% | - |
XYZ | 67.63 | 71.54 | 52.36 | - |
YUV | 219.11 | 104.8 | 139.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 219 | 178 | 0 | 0.07 | 0.24 | 0.08 | 43.16 | 0.59 | 0.81 |
Hex | EB | DB | B2 | 0 | 7 | 18 | 8 | 2B | 3B | 51 |
Octal | 353 | 333 | 262 | 0 | 7 | 30 | 10 | 53 | 73 | 121 |
Binary | 11101011 | 11011011 | 10110010 | 0 | 111 | 11000 | 1000 | 101011 | 111011 | 1010001 |
Color Harmonies of #EBDBB2
Complementary color
Monochromatic Colors of #EBDBB2
Black with #EBDBB2
Text Example
Text Example
White with #EBDBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDBB2; }
p { color: rgb(235,219,178); }
H1.HeaderClassName
{
color: #EBDBB2;
}
.AnyTagClassName
{
color: #EBDBB2;
}
</style>
background-color css
<style>
a { background-color: #EBDBB2; }
a { background-color: rgb(235,219,178); }
div.DivClassName
{
background-color: #EBDBB2;
}
.BgClassName
{
background-color: #EBDBB2;
}
</style>
border-color css
<style>
span { border-color: #EBDBB2; }
span { border-color: rgb(235,219,178); }
td.TdClassName
{
border-color: #EBDBB2;
}
.TagClassName
{
border-color: #EBDBB2;
}
</style>