Shades of Manz #EBE24C
Tints of Manz #EBE24C
RGB
CMYK
RGB Variations
Color information
#EBE24C (or 0xEBE24C) is known color: Manz. HEX triplet: EB, E2 and 4C. RGB value is (235,226,76). Sum of RGB (Red+Green+Blue) = 235+226+76=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 76 (30.08% from 255 or 14.15% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE24C is #141DB3. Grayscale: #D4D4D4. Windows color (decimal): -1318324 or 5038827. OLE color: 5038827.
HSL color Cylindrical-coordinate representation of color #EBE24C: hue angle of 56.6º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBE24C is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 76 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.08 |
| HSL | 56.6º | 0.8% | 0.61% | - |
| HSV(B) | 56.6º | 0.68% | 0.92% | - |
| XYZ | 62.76 | 72.58 | 17.54 | - |
| YUV | 211.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 76 | 0 | 0.04 | 0.68 | 0.08 | 56.6 | 0.8 | 0.61 |
| Hex | EB | E2 | 4C | 0 | 4 | 44 | 8 | 39 | 50 | 3D |
| Octal | 353 | 342 | 114 | 0 | 4 | 104 | 10 | 71 | 120 | 75 |
| Binary | 11101011 | 11100010 | 1001100 | 0 | 100 | 1000100 | 1000 | 111001 | 1010000 | 111101 |
Color Harmonies of #EBE24C
Complementary color
Monochromatic Colors of #EBE24C
Black with #EBE24C
Text Example
Text Example
White with #EBE24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE24C; }
p { color: rgb(235,226,76); }
H1.HeaderClassName
{
color: #EBE24C;
}
.AnyTagClassName
{
color: #EBE24C;
}
</style>
background-color css
<style>
a { background-color: #EBE24C; }
a { background-color: rgb(235,226,76); }
div.DivClassName
{
background-color: #EBE24C;
}
.BgClassName
{
background-color: #EBE24C;
}
</style>
border-color css
<style>
span { border-color: #EBE24C; }
span { border-color: rgb(235,226,76); }
td.TdClassName
{
border-color: #EBE24C;
}
.TagClassName
{
border-color: #EBE24C;
}
</style>