Shades of Manz #EAE047
Tints of Manz #EAE047
RGB
CMYK
RGB Variations
Color information
#EAE047 (or 0xEAE047) is known color: Manz. HEX triplet: EA, E0 and 47. RGB value is (234,224,71). Sum of RGB (Red+Green+Blue) = 234+224+71=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 71 (28.12% from 255 or 13.42% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE047 is #151FB8. Grayscale: #D2D2D2. Windows color (decimal): -1384377 or 4710634. OLE color: 4710634.
HSL color Cylindrical-coordinate representation of color #EAE047: hue angle of 56.32º 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 #EAE047 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 71 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.08 |
| HSL | 56.32º | 0.8% | 0.6% | - |
| HSV(B) | 56.32º | 0.7% | 0.92% | - |
| XYZ | 61.72 | 71.26 | 16.46 | - |
| YUV | 209.55 | 49.81 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 71 | 0 | 0.04 | 0.70 | 0.08 | 56.32 | 0.8 | 0.6 |
| Hex | EA | E0 | 47 | 0 | 4 | 46 | 8 | 38 | 50 | 3C |
| Octal | 352 | 340 | 107 | 0 | 4 | 106 | 10 | 70 | 120 | 74 |
| Binary | 11101010 | 11100000 | 1000111 | 0 | 100 | 1000110 | 1000 | 111000 | 1010000 | 111100 |
Color Harmonies of #EAE047
Complementary color
Monochromatic Colors of #EAE047
Black with #EAE047
Text Example
Text Example
White with #EAE047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE047; }
p { color: rgb(234,224,71); }
H1.HeaderClassName
{
color: #EAE047;
}
.AnyTagClassName
{
color: #EAE047;
}
</style>
background-color css
<style>
a { background-color: #EAE047; }
a { background-color: rgb(234,224,71); }
div.DivClassName
{
background-color: #EAE047;
}
.BgClassName
{
background-color: #EAE047;
}
</style>
border-color css
<style>
span { border-color: #EAE047; }
span { border-color: rgb(234,224,71); }
td.TdClassName
{
border-color: #EAE047;
}
.TagClassName
{
border-color: #EAE047;
}
</style>