Shades of Manz #EBDB51
Tints of Manz #EBDB51
RGB
CMYK
RGB Variations
Color information
#EBDB51 (or 0xEBDB51) is known color: Manz. HEX triplet: EB, DB and 51. RGB value is (235,219,81). Sum of RGB (Red+Green+Blue) = 235+219+81=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 81 (32.03% from 255 or 15.14% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB51 is #1424AE. Grayscale: #D0D0D0. Windows color (decimal): -1320111 or 5364715. OLE color: 5364715.
HSL color Cylindrical-coordinate representation of color #EBDB51: hue angle of 53.77º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBDB51 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 81 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.08 |
| HSL | 53.77º | 0.79% | 0.62% | - |
| HSV(B) | 53.77º | 0.66% | 0.92% | - |
| XYZ | 61.08 | 68.92 | 17.87 | - |
| YUV | 208.05 | 56.3 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 81 | 0 | 0.07 | 0.66 | 0.08 | 53.77 | 0.79 | 0.62 |
| Hex | EB | DB | 51 | 0 | 7 | 42 | 8 | 36 | 4F | 3E |
| Octal | 353 | 333 | 121 | 0 | 7 | 102 | 10 | 66 | 117 | 76 |
| Binary | 11101011 | 11011011 | 1010001 | 0 | 111 | 1000010 | 1000 | 110110 | 1001111 | 111110 |
Color Harmonies of #EBDB51
Complementary color
Monochromatic Colors of #EBDB51
Black with #EBDB51
Text Example
Text Example
White with #EBDB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB51; }
p { color: rgb(235,219,81); }
H1.HeaderClassName
{
color: #EBDB51;
}
.AnyTagClassName
{
color: #EBDB51;
}
</style>
background-color css
<style>
a { background-color: #EBDB51; }
a { background-color: rgb(235,219,81); }
div.DivClassName
{
background-color: #EBDB51;
}
.BgClassName
{
background-color: #EBDB51;
}
</style>
border-color css
<style>
span { border-color: #EBDB51; }
span { border-color: rgb(235,219,81); }
td.TdClassName
{
border-color: #EBDB51;
}
.TagClassName
{
border-color: #EBDB51;
}
</style>