Shades of Manz #EBE04B
Tints of Manz #EBE04B
RGB
CMYK
RGB Variations
Color information
#EBE04B (or 0xEBE04B) is known color: Manz. HEX triplet: EB, E0 and 4B. RGB value is (235,224,75). Sum of RGB (Red+Green+Blue) = 235+224+75=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 75 (29.69% from 255 or 14.04% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE04B is #141FB4. Grayscale: #D2D2D2. Windows color (decimal): -1318837 or 4972779. OLE color: 4972779.
HSL color Cylindrical-coordinate representation of color #EBE04B: hue angle of 55.88º 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 #EBE04B is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 75 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.08 |
| HSL | 55.88º | 0.8% | 0.61% | - |
| HSV(B) | 55.88º | 0.68% | 0.92% | - |
| XYZ | 62.19 | 71.48 | 17.18 | - |
| YUV | 210.3 | 51.64 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 75 | 0 | 0.05 | 0.68 | 0.08 | 55.88 | 0.8 | 0.61 |
| Hex | EB | E0 | 4B | 0 | 5 | 44 | 8 | 38 | 50 | 3D |
| Octal | 353 | 340 | 113 | 0 | 5 | 104 | 10 | 70 | 120 | 75 |
| Binary | 11101011 | 11100000 | 1001011 | 0 | 101 | 1000100 | 1000 | 111000 | 1010000 | 111101 |
Color Harmonies of #EBE04B
Complementary color
Monochromatic Colors of #EBE04B
Black with #EBE04B
Text Example
Text Example
White with #EBE04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE04B; }
p { color: rgb(235,224,75); }
H1.HeaderClassName
{
color: #EBE04B;
}
.AnyTagClassName
{
color: #EBE04B;
}
</style>
background-color css
<style>
a { background-color: #EBE04B; }
a { background-color: rgb(235,224,75); }
div.DivClassName
{
background-color: #EBE04B;
}
.BgClassName
{
background-color: #EBE04B;
}
</style>
border-color css
<style>
span { border-color: #EBE04B; }
span { border-color: rgb(235,224,75); }
td.TdClassName
{
border-color: #EBE04B;
}
.TagClassName
{
border-color: #EBE04B;
}
</style>