Shades of Manz #EBDA54
Tints of Manz #EBDA54
RGB
CMYK
RGB Variations
Color information
#EBDA54 (or 0xEBDA54) is known color: Manz. HEX triplet: EB, DA and 54. RGB value is (235,218,84). Sum of RGB (Red+Green+Blue) = 235+218+84=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 84 (33.20% from 255 or 15.64% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA54 is #1425AB. Grayscale: #D0D0D0. Windows color (decimal): -1320364 or 5561067. OLE color: 5561067.
HSL color Cylindrical-coordinate representation of color #EBDA54: hue angle of 53.25º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EBDA54 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 84 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.08 |
| HSL | 53.25º | 0.79% | 0.63% | - |
| HSV(B) | 53.25º | 0.64% | 0.92% | - |
| XYZ | 60.93 | 68.45 | 18.39 | - |
| YUV | 207.81 | 58.13 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 84 | 0 | 0.07 | 0.64 | 0.08 | 53.25 | 0.79 | 0.63 |
| Hex | EB | DA | 54 | 0 | 7 | 40 | 8 | 35 | 4F | 3F |
| Octal | 353 | 332 | 124 | 0 | 7 | 100 | 10 | 65 | 117 | 77 |
| Binary | 11101011 | 11011010 | 1010100 | 0 | 111 | 1000000 | 1000 | 110101 | 1001111 | 111111 |
Color Harmonies of #EBDA54
Complementary color
Monochromatic Colors of #EBDA54
Black with #EBDA54
Text Example
Text Example
White with #EBDA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA54; }
p { color: rgb(235,218,84); }
H1.HeaderClassName
{
color: #EBDA54;
}
.AnyTagClassName
{
color: #EBDA54;
}
</style>
background-color css
<style>
a { background-color: #EBDA54; }
a { background-color: rgb(235,218,84); }
div.DivClassName
{
background-color: #EBDA54;
}
.BgClassName
{
background-color: #EBDA54;
}
</style>
border-color css
<style>
span { border-color: #EBDA54; }
span { border-color: rgb(235,218,84); }
td.TdClassName
{
border-color: #EBDA54;
}
.TagClassName
{
border-color: #EBDA54;
}
</style>