Shades of Manz #EBDE61
Tints of Manz #EBDE61
RGB
CMYK
RGB Variations
Color information
#EBDE61 (or 0xEBDE61) is known color: Manz. HEX triplet: EB, DE and 61. RGB value is (235,222,97). Sum of RGB (Red+Green+Blue) = 235+222+97=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 97 (38.28% from 255 or 17.51% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDE61 is #14219E. Grayscale: #D4D4D4. Windows color (decimal): -1319327 or 6414059. OLE color: 6414059.
HSL color Cylindrical-coordinate representation of color #EBDE61: hue angle of 54.35º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EBDE61 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 222 | 97 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.08 |
| HSL | 54.35º | 0.78% | 0.65% | - |
| HSV(B) | 54.35º | 0.59% | 0.92% | - |
| XYZ | 62.54 | 70.77 | 21.67 | - |
| YUV | 211.64 | 63.31 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 222 | 97 | 0 | 0.06 | 0.59 | 0.08 | 54.35 | 0.78 | 0.65 |
| Hex | EB | DE | 61 | 0 | 6 | 3B | 8 | 36 | 4E | 41 |
| Octal | 353 | 336 | 141 | 0 | 6 | 73 | 10 | 66 | 116 | 101 |
| Binary | 11101011 | 11011110 | 1100001 | 0 | 110 | 111011 | 1000 | 110110 | 1001110 | 1000001 |
Color Harmonies of #EBDE61
Complementary color
Monochromatic Colors of #EBDE61
Black with #EBDE61
Text Example
Text Example
White with #EBDE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDE61; }
p { color: rgb(235,222,97); }
H1.HeaderClassName
{
color: #EBDE61;
}
.AnyTagClassName
{
color: #EBDE61;
}
</style>
background-color css
<style>
a { background-color: #EBDE61; }
a { background-color: rgb(235,222,97); }
div.DivClassName
{
background-color: #EBDE61;
}
.BgClassName
{
background-color: #EBDE61;
}
</style>
border-color css
<style>
span { border-color: #EBDE61; }
span { border-color: rgb(235,222,97); }
td.TdClassName
{
border-color: #EBDE61;
}
.TagClassName
{
border-color: #EBDE61;
}
</style>