Shades of Manz #EBDC60
Tints of Manz #EBDC60
RGB
CMYK
RGB Variations
Color information
#EBDC60 (or 0xEBDC60) is known color: Manz. HEX triplet: EB, DC and 60. RGB value is (235,220,96). Sum of RGB (Red+Green+Blue) = 235+220+96=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC60 is #14239F. Grayscale: #D2D2D2. Windows color (decimal): -1319840 or 6348011. OLE color: 6348011.
HSL color Cylindrical-coordinate representation of color #EBDC60: hue angle of 53.53º 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 #EBDC60 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 96 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.08 |
| HSL | 53.53º | 0.78% | 0.65% | - |
| HSV(B) | 53.53º | 0.59% | 0.92% | - |
| XYZ | 61.97 | 69.69 | 21.25 | - |
| YUV | 210.35 | 63.47 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 96 | 0 | 0.06 | 0.59 | 0.08 | 53.53 | 0.78 | 0.65 |
| Hex | EB | DC | 60 | 0 | 6 | 3B | 8 | 36 | 4E | 41 |
| Octal | 353 | 334 | 140 | 0 | 6 | 73 | 10 | 66 | 116 | 101 |
| Binary | 11101011 | 11011100 | 1100000 | 0 | 110 | 111011 | 1000 | 110110 | 1001110 | 1000001 |
Color Harmonies of #EBDC60
Complementary color
Monochromatic Colors of #EBDC60
Black with #EBDC60
Text Example
Text Example
White with #EBDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC60; }
p { color: rgb(235,220,96); }
H1.HeaderClassName
{
color: #EBDC60;
}
.AnyTagClassName
{
color: #EBDC60;
}
</style>
background-color css
<style>
a { background-color: #EBDC60; }
a { background-color: rgb(235,220,96); }
div.DivClassName
{
background-color: #EBDC60;
}
.BgClassName
{
background-color: #EBDC60;
}
</style>
border-color css
<style>
span { border-color: #EBDC60; }
span { border-color: rgb(235,220,96); }
td.TdClassName
{
border-color: #EBDC60;
}
.TagClassName
{
border-color: #EBDC60;
}
</style>