Shades of Manz #EBE047
Tints of Manz #EBE047
RGB
CMYK
RGB Variations
Color information
#EBE047 (or 0xEBE047) is known color: Manz. HEX triplet: EB, E0 and 47. RGB value is (235,224,71). Sum of RGB (Red+Green+Blue) = 235+224+71=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 71 (28.12% from 255 or 13.40% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE047 is #141FB8. Grayscale: #D2D2D2. Windows color (decimal): -1318841 or 4710635. OLE color: 4710635.
HSL color Cylindrical-coordinate representation of color #EBE047: hue angle of 55.98º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBE047 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 71 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.08 |
| HSL | 55.98º | 0.8% | 0.6% | - |
| HSV(B) | 55.98º | 0.7% | 0.92% | - |
| XYZ | 62.05 | 71.43 | 16.48 | - |
| YUV | 209.85 | 49.64 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 71 | 0 | 0.05 | 0.70 | 0.08 | 55.98 | 0.8 | 0.6 |
| Hex | EB | E0 | 47 | 0 | 5 | 46 | 8 | 38 | 50 | 3C |
| Octal | 353 | 340 | 107 | 0 | 5 | 106 | 10 | 70 | 120 | 74 |
| Binary | 11101011 | 11100000 | 1000111 | 0 | 101 | 1000110 | 1000 | 111000 | 1010000 | 111100 |
Color Harmonies of #EBE047
Complementary color
Monochromatic Colors of #EBE047
Black with #EBE047
Text Example
Text Example
White with #EBE047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE047; }
p { color: rgb(235,224,71); }
H1.HeaderClassName
{
color: #EBE047;
}
.AnyTagClassName
{
color: #EBE047;
}
</style>
background-color css
<style>
a { background-color: #EBE047; }
a { background-color: rgb(235,224,71); }
div.DivClassName
{
background-color: #EBE047;
}
.BgClassName
{
background-color: #EBE047;
}
</style>
border-color css
<style>
span { border-color: #EBE047; }
span { border-color: rgb(235,224,71); }
td.TdClassName
{
border-color: #EBE047;
}
.TagClassName
{
border-color: #EBE047;
}
</style>