Shades of Manz #EBE054
Tints of Manz #EBE054
RGB
CMYK
RGB Variations
Color information
#EBE054 (or 0xEBE054) is known color: Manz. HEX triplet: EB, E0 and 54. RGB value is (235,224,84). Sum of RGB (Red+Green+Blue) = 235+224+84=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 84 (33.20% from 255 or 15.47% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE054 is #141FAB. Grayscale: #D3D3D3. Windows color (decimal): -1318828 or 5562603. OLE color: 5562603.
HSL color Cylindrical-coordinate representation of color #EBE054: hue angle of 55.63º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EBE054 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 84 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.08 |
| HSL | 55.63º | 0.79% | 0.63% | - |
| HSV(B) | 55.63º | 0.64% | 0.92% | - |
| XYZ | 62.52 | 71.61 | 18.92 | - |
| YUV | 211.33 | 56.14 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 84 | 0 | 0.05 | 0.64 | 0.08 | 55.63 | 0.79 | 0.63 |
| Hex | EB | E0 | 54 | 0 | 5 | 40 | 8 | 38 | 4F | 3F |
| Octal | 353 | 340 | 124 | 0 | 5 | 100 | 10 | 70 | 117 | 77 |
| Binary | 11101011 | 11100000 | 1010100 | 0 | 101 | 1000000 | 1000 | 111000 | 1001111 | 111111 |
Color Harmonies of #EBE054
Complementary color
Monochromatic Colors of #EBE054
Black with #EBE054
Text Example
Text Example
White with #EBE054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE054; }
p { color: rgb(235,224,84); }
H1.HeaderClassName
{
color: #EBE054;
}
.AnyTagClassName
{
color: #EBE054;
}
</style>
background-color css
<style>
a { background-color: #EBE054; }
a { background-color: rgb(235,224,84); }
div.DivClassName
{
background-color: #EBE054;
}
.BgClassName
{
background-color: #EBE054;
}
</style>
border-color css
<style>
span { border-color: #EBE054; }
span { border-color: rgb(235,224,84); }
td.TdClassName
{
border-color: #EBE054;
}
.TagClassName
{
border-color: #EBE054;
}
</style>