Shades of Manz #EBDD52
Tints of Manz #EBDD52
RGB
CMYK
RGB Variations
Color information
#EBDD52 (or 0xEBDD52) is known color: Manz. HEX triplet: EB, DD and 52. RGB value is (235,221,82). Sum of RGB (Red+Green+Blue) = 235+221+82=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDD52 is #1422AD. Grayscale: #D1D1D1. Windows color (decimal): -1319598 or 5430763. OLE color: 5430763.
HSL color Cylindrical-coordinate representation of color #EBDD52: hue angle of 54.51º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EBDD52 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 82 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.08 |
| HSL | 54.51º | 0.79% | 0.62% | - |
| HSV(B) | 54.51º | 0.65% | 0.92% | - |
| XYZ | 61.64 | 69.98 | 18.24 | - |
| YUV | 209.34 | 56.14 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 82 | 0 | 0.06 | 0.65 | 0.08 | 54.51 | 0.79 | 0.62 |
| Hex | EB | DD | 52 | 0 | 6 | 41 | 8 | 37 | 4F | 3E |
| Octal | 353 | 335 | 122 | 0 | 6 | 101 | 10 | 67 | 117 | 76 |
| Binary | 11101011 | 11011101 | 1010010 | 0 | 110 | 1000001 | 1000 | 110111 | 1001111 | 111110 |
Color Harmonies of #EBDD52
Complementary color
Monochromatic Colors of #EBDD52
Black with #EBDD52
Text Example
Text Example
White with #EBDD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDD52; }
p { color: rgb(235,221,82); }
H1.HeaderClassName
{
color: #EBDD52;
}
.AnyTagClassName
{
color: #EBDD52;
}
</style>
background-color css
<style>
a { background-color: #EBDD52; }
a { background-color: rgb(235,221,82); }
div.DivClassName
{
background-color: #EBDD52;
}
.BgClassName
{
background-color: #EBDD52;
}
</style>
border-color css
<style>
span { border-color: #EBDD52; }
span { border-color: rgb(235,221,82); }
td.TdClassName
{
border-color: #EBDD52;
}
.TagClassName
{
border-color: #EBDD52;
}
</style>