Shades of Manz #EBDC54
Tints of Manz #EBDC54
RGB
CMYK
RGB Variations
Color information
#EBDC54 (or 0xEBDC54) is known color: Manz. HEX triplet: EB, DC and 54. RGB value is (235,220,84). Sum of RGB (Red+Green+Blue) = 235+220+84=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 84 (33.20% from 255 or 15.58% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC54 is #1423AB. Grayscale: #D1D1D1. Windows color (decimal): -1319852 or 5561579. OLE color: 5561579.
HSL color Cylindrical-coordinate representation of color #EBDC54: hue angle of 54.04º 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 #EBDC54 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 84 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.08 |
| HSL | 54.04º | 0.79% | 0.63% | - |
| HSV(B) | 54.04º | 0.64% | 0.92% | - |
| XYZ | 61.45 | 69.49 | 18.56 | - |
| YUV | 208.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 84 | 0 | 0.06 | 0.64 | 0.08 | 54.04 | 0.79 | 0.63 |
| Hex | EB | DC | 54 | 0 | 6 | 40 | 8 | 36 | 4F | 3F |
| Octal | 353 | 334 | 124 | 0 | 6 | 100 | 10 | 66 | 117 | 77 |
| Binary | 11101011 | 11011100 | 1010100 | 0 | 110 | 1000000 | 1000 | 110110 | 1001111 | 111111 |
Color Harmonies of #EBDC54
Complementary color
Monochromatic Colors of #EBDC54
Black with #EBDC54
Text Example
Text Example
White with #EBDC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC54; }
p { color: rgb(235,220,84); }
H1.HeaderClassName
{
color: #EBDC54;
}
.AnyTagClassName
{
color: #EBDC54;
}
</style>
background-color css
<style>
a { background-color: #EBDC54; }
a { background-color: rgb(235,220,84); }
div.DivClassName
{
background-color: #EBDC54;
}
.BgClassName
{
background-color: #EBDC54;
}
</style>
border-color css
<style>
span { border-color: #EBDC54; }
span { border-color: rgb(235,220,84); }
td.TdClassName
{
border-color: #EBDC54;
}
.TagClassName
{
border-color: #EBDC54;
}
</style>