Shades of Manz #EBE54D
Tints of Manz #EBE54D
RGB
CMYK
RGB Variations
Color information
#EBE54D (or 0xEBE54D) is known color: Manz. HEX triplet: EB, E5 and 4D. RGB value is (235,229,77). Sum of RGB (Red+Green+Blue) = 235+229+77=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 77 (30.47% from 255 or 14.23% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE54D is #141AB2. Grayscale: #D6D6D6. Windows color (decimal): -1317555 or 5105131. OLE color: 5105131.
HSL color Cylindrical-coordinate representation of color #EBE54D: hue angle of 57.72º 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 #EBE54D is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 77 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.08 |
| HSL | 57.72º | 0.8% | 0.61% | - |
| HSV(B) | 57.72º | 0.67% | 0.92% | - |
| XYZ | 63.62 | 74.24 | 18 | - |
| YUV | 213.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 77 | 0 | 0.03 | 0.67 | 0.08 | 57.72 | 0.8 | 0.61 |
| Hex | EB | E5 | 4D | 0 | 3 | 43 | 8 | 3A | 50 | 3D |
| Octal | 353 | 345 | 115 | 0 | 3 | 103 | 10 | 72 | 120 | 75 |
| Binary | 11101011 | 11100101 | 1001101 | 0 | 11 | 1000011 | 1000 | 111010 | 1010000 | 111101 |
Color Harmonies of #EBE54D
Complementary color
Monochromatic Colors of #EBE54D
Black with #EBE54D
Text Example
Text Example
White with #EBE54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE54D; }
p { color: rgb(235,229,77); }
H1.HeaderClassName
{
color: #EBE54D;
}
.AnyTagClassName
{
color: #EBE54D;
}
</style>
background-color css
<style>
a { background-color: #EBE54D; }
a { background-color: rgb(235,229,77); }
div.DivClassName
{
background-color: #EBE54D;
}
.BgClassName
{
background-color: #EBE54D;
}
</style>
border-color css
<style>
span { border-color: #EBE54D; }
span { border-color: rgb(235,229,77); }
td.TdClassName
{
border-color: #EBE54D;
}
.TagClassName
{
border-color: #EBE54D;
}
</style>