Shades of Manz #EBE54B
Tints of Manz #EBE54B
RGB
CMYK
RGB Variations
Color information
#EBE54B (or 0xEBE54B) is known color: Manz. HEX triplet: EB, E5 and 4B. RGB value is (235,229,75). Sum of RGB (Red+Green+Blue) = 235+229+75=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 75 (29.69% from 255 or 13.91% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE54B is #141AB4. Grayscale: #D5D5D5. Windows color (decimal): -1317557 or 4974059. OLE color: 4974059.
HSL color Cylindrical-coordinate representation of color #EBE54B: hue angle of 57.75º 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 #EBE54B is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 75 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.08 |
| HSL | 57.75º | 0.8% | 0.61% | - |
| HSV(B) | 57.75º | 0.68% | 0.92% | - |
| XYZ | 63.55 | 74.21 | 17.63 | - |
| YUV | 213.24 | 49.99 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 75 | 0 | 0.03 | 0.68 | 0.08 | 57.75 | 0.8 | 0.61 |
| Hex | EB | E5 | 4B | 0 | 3 | 44 | 8 | 3A | 50 | 3D |
| Octal | 353 | 345 | 113 | 0 | 3 | 104 | 10 | 72 | 120 | 75 |
| Binary | 11101011 | 11100101 | 1001011 | 0 | 11 | 1000100 | 1000 | 111010 | 1010000 | 111101 |
Color Harmonies of #EBE54B
Complementary color
Monochromatic Colors of #EBE54B
Black with #EBE54B
Text Example
Text Example
White with #EBE54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE54B; }
p { color: rgb(235,229,75); }
H1.HeaderClassName
{
color: #EBE54B;
}
.AnyTagClassName
{
color: #EBE54B;
}
</style>
background-color css
<style>
a { background-color: #EBE54B; }
a { background-color: rgb(235,229,75); }
div.DivClassName
{
background-color: #EBE54B;
}
.BgClassName
{
background-color: #EBE54B;
}
</style>
border-color css
<style>
span { border-color: #EBE54B; }
span { border-color: rgb(235,229,75); }
td.TdClassName
{
border-color: #EBE54B;
}
.TagClassName
{
border-color: #EBE54B;
}
</style>