Shades of Manz #EBE55C
Tints of Manz #EBE55C
RGB
CMYK
RGB Variations
Color information
#EBE55C (or 0xEBE55C) is known color: Manz. HEX triplet: EB, E5 and 5C. RGB value is (235,229,92). Sum of RGB (Red+Green+Blue) = 235+229+92=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 92 (36.33% from 255 or 16.55% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE55C is #141AA3. Grayscale: #D7D7D7. Windows color (decimal): -1317540 or 6088171. OLE color: 6088171.
HSL color Cylindrical-coordinate representation of color #EBE55C: hue angle of 57.48º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EBE55C is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 92 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.08 |
| HSL | 57.48º | 0.78% | 0.64% | - |
| HSV(B) | 57.48º | 0.61% | 0.92% | - |
| XYZ | 64.21 | 74.47 | 21.12 | - |
| YUV | 215.18 | 58.49 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 92 | 0 | 0.03 | 0.61 | 0.08 | 57.48 | 0.78 | 0.64 |
| Hex | EB | E5 | 5C | 0 | 3 | 3D | 8 | 39 | 4E | 40 |
| Octal | 353 | 345 | 134 | 0 | 3 | 75 | 10 | 71 | 116 | 100 |
| Binary | 11101011 | 11100101 | 1011100 | 0 | 11 | 111101 | 1000 | 111001 | 1001110 | 1000000 |
Color Harmonies of #EBE55C
Complementary color
Monochromatic Colors of #EBE55C
Black with #EBE55C
Text Example
Text Example
White with #EBE55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE55C; }
p { color: rgb(235,229,92); }
H1.HeaderClassName
{
color: #EBE55C;
}
.AnyTagClassName
{
color: #EBE55C;
}
</style>
background-color css
<style>
a { background-color: #EBE55C; }
a { background-color: rgb(235,229,92); }
div.DivClassName
{
background-color: #EBE55C;
}
.BgClassName
{
background-color: #EBE55C;
}
</style>
border-color css
<style>
span { border-color: #EBE55C; }
span { border-color: rgb(235,229,92); }
td.TdClassName
{
border-color: #EBE55C;
}
.TagClassName
{
border-color: #EBE55C;
}
</style>