Shades of Manz #EBE24D
Tints of Manz #EBE24D
RGB
CMYK
RGB Variations
Color information
#EBE24D (or 0xEBE24D) is known color: Manz. HEX triplet: EB, E2 and 4D. RGB value is (235,226,77). Sum of RGB (Red+Green+Blue) = 235+226+77=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 77 (30.47% from 255 or 14.31% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE24D is #141DB2. Grayscale: #D4D4D4. Windows color (decimal): -1318323 or 5104363. OLE color: 5104363.
HSL color Cylindrical-coordinate representation of color #EBE24D: hue angle of 56.58º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EBE24D is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 77 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.08 |
| HSL | 56.58º | 0.8% | 0.61% | - |
| HSV(B) | 56.58º | 0.67% | 0.92% | - |
| XYZ | 62.8 | 72.59 | 17.72 | - |
| YUV | 211.71 | 51.98 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 77 | 0 | 0.04 | 0.67 | 0.08 | 56.58 | 0.8 | 0.61 |
| Hex | EB | E2 | 4D | 0 | 4 | 43 | 8 | 39 | 50 | 3D |
| Octal | 353 | 342 | 115 | 0 | 4 | 103 | 10 | 71 | 120 | 75 |
| Binary | 11101011 | 11100010 | 1001101 | 0 | 100 | 1000011 | 1000 | 111001 | 1010000 | 111101 |
Color Harmonies of #EBE24D
Complementary color
Monochromatic Colors of #EBE24D
Black with #EBE24D
Text Example
Text Example
White with #EBE24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE24D; }
p { color: rgb(235,226,77); }
H1.HeaderClassName
{
color: #EBE24D;
}
.AnyTagClassName
{
color: #EBE24D;
}
</style>
background-color css
<style>
a { background-color: #EBE24D; }
a { background-color: rgb(235,226,77); }
div.DivClassName
{
background-color: #EBE24D;
}
.BgClassName
{
background-color: #EBE24D;
}
</style>
border-color css
<style>
span { border-color: #EBE24D; }
span { border-color: rgb(235,226,77); }
td.TdClassName
{
border-color: #EBE24D;
}
.TagClassName
{
border-color: #EBE24D;
}
</style>