Shades of Manz #EBDC47
Tints of Manz #EBDC47
RGB
CMYK
RGB Variations
Color information
#EBDC47 (or 0xEBDC47) is known color: Manz. HEX triplet: EB, DC and 47. RGB value is (235,220,71). Sum of RGB (Red+Green+Blue) = 235+220+71=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 71 (28.12% from 255 or 13.50% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC47 is #1423B8. Grayscale: #D0D0D0. Windows color (decimal): -1319865 or 4709611. OLE color: 4709611.
HSL color Cylindrical-coordinate representation of color #EBDC47: hue angle of 54.51º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBDC47 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 71 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.08 |
| HSL | 54.51º | 0.8% | 0.6% | - |
| HSV(B) | 54.51º | 0.7% | 0.92% | - |
| XYZ | 60.99 | 69.3 | 16.12 | - |
| YUV | 207.5 | 50.97 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 71 | 0 | 0.06 | 0.70 | 0.08 | 54.51 | 0.8 | 0.6 |
| Hex | EB | DC | 47 | 0 | 6 | 46 | 8 | 37 | 50 | 3C |
| Octal | 353 | 334 | 107 | 0 | 6 | 106 | 10 | 67 | 120 | 74 |
| Binary | 11101011 | 11011100 | 1000111 | 0 | 110 | 1000110 | 1000 | 110111 | 1010000 | 111100 |
Color Harmonies of #EBDC47
Complementary color
Monochromatic Colors of #EBDC47
Black with #EBDC47
Text Example
Text Example
White with #EBDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC47; }
p { color: rgb(235,220,71); }
H1.HeaderClassName
{
color: #EBDC47;
}
.AnyTagClassName
{
color: #EBDC47;
}
</style>
background-color css
<style>
a { background-color: #EBDC47; }
a { background-color: rgb(235,220,71); }
div.DivClassName
{
background-color: #EBDC47;
}
.BgClassName
{
background-color: #EBDC47;
}
</style>
border-color css
<style>
span { border-color: #EBDC47; }
span { border-color: rgb(235,220,71); }
td.TdClassName
{
border-color: #EBDC47;
}
.TagClassName
{
border-color: #EBDC47;
}
</style>