Shades of Manz #EBDC53
Tints of Manz #EBDC53
RGB
CMYK
RGB Variations
Color information
#EBDC53 (or 0xEBDC53) is known color: Manz. HEX triplet: EB, DC and 53. RGB value is (235,220,83). Sum of RGB (Red+Green+Blue) = 235+220+83=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 83 (32.81% from 255 or 15.43% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC53 is #1423AC. Grayscale: #D1D1D1. Windows color (decimal): -1319853 or 5496043. OLE color: 5496043.
HSL color Cylindrical-coordinate representation of color #EBDC53: hue angle of 54.08º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EBDC53 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 83 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.08 |
| HSL | 54.08º | 0.79% | 0.62% | - |
| HSV(B) | 54.08º | 0.65% | 0.92% | - |
| XYZ | 61.42 | 69.47 | 18.36 | - |
| YUV | 208.87 | 56.97 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 83 | 0 | 0.06 | 0.65 | 0.08 | 54.08 | 0.79 | 0.62 |
| Hex | EB | DC | 53 | 0 | 6 | 41 | 8 | 36 | 4F | 3E |
| Octal | 353 | 334 | 123 | 0 | 6 | 101 | 10 | 66 | 117 | 76 |
| Binary | 11101011 | 11011100 | 1010011 | 0 | 110 | 1000001 | 1000 | 110110 | 1001111 | 111110 |
Color Harmonies of #EBDC53
Complementary color
Monochromatic Colors of #EBDC53
Black with #EBDC53
Text Example
Text Example
White with #EBDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC53; }
p { color: rgb(235,220,83); }
H1.HeaderClassName
{
color: #EBDC53;
}
.AnyTagClassName
{
color: #EBDC53;
}
</style>
background-color css
<style>
a { background-color: #EBDC53; }
a { background-color: rgb(235,220,83); }
div.DivClassName
{
background-color: #EBDC53;
}
.BgClassName
{
background-color: #EBDC53;
}
</style>
border-color css
<style>
span { border-color: #EBDC53; }
span { border-color: rgb(235,220,83); }
td.TdClassName
{
border-color: #EBDC53;
}
.TagClassName
{
border-color: #EBDC53;
}
</style>