Shades of Manz #EBE55D
Tints of Manz #EBE55D
RGB
CMYK
RGB Variations
Color information
#EBE55D (or 0xEBE55D) is known color: Manz. HEX triplet: EB, E5 and 5D. RGB value is (235,229,93). Sum of RGB (Red+Green+Blue) = 235+229+93=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 93 (36.72% from 255 or 16.70% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE55D is #141AA2. Grayscale: #D7D7D7. Windows color (decimal): -1317539 or 6153707. OLE color: 6153707.
HSL color Cylindrical-coordinate representation of color #EBE55D: hue angle of 57.46º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBE55D is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 93 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.08 |
| HSL | 57.46º | 0.78% | 0.64% | - |
| HSV(B) | 57.46º | 0.6% | 0.92% | - |
| XYZ | 64.26 | 74.49 | 21.35 | - |
| YUV | 215.29 | 58.99 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 93 | 0 | 0.03 | 0.60 | 0.08 | 57.46 | 0.78 | 0.64 |
| Hex | EB | E5 | 5D | 0 | 3 | 3C | 8 | 39 | 4E | 40 |
| Octal | 353 | 345 | 135 | 0 | 3 | 74 | 10 | 71 | 116 | 100 |
| Binary | 11101011 | 11100101 | 1011101 | 0 | 11 | 111100 | 1000 | 111001 | 1001110 | 1000000 |
Color Harmonies of #EBE55D
Complementary color
Monochromatic Colors of #EBE55D
Black with #EBE55D
Text Example
Text Example
White with #EBE55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE55D; }
p { color: rgb(235,229,93); }
H1.HeaderClassName
{
color: #EBE55D;
}
.AnyTagClassName
{
color: #EBE55D;
}
</style>
background-color css
<style>
a { background-color: #EBE55D; }
a { background-color: rgb(235,229,93); }
div.DivClassName
{
background-color: #EBE55D;
}
.BgClassName
{
background-color: #EBE55D;
}
</style>
border-color css
<style>
span { border-color: #EBE55D; }
span { border-color: rgb(235,229,93); }
td.TdClassName
{
border-color: #EBE55D;
}
.TagClassName
{
border-color: #EBE55D;
}
</style>