Shades of Manz #EAE554
Tints of Manz #EAE554
RGB
CMYK
RGB Variations
Color information
#EAE554 (or 0xEAE554) is known color: Manz. HEX triplet: EA, E5 and 54. RGB value is (234,229,84). Sum of RGB (Red+Green+Blue) = 234+229+84=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 84 (33.20% from 255 or 15.36% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE554 is #151AAB. Grayscale: #D6D6D6. Windows color (decimal): -1383084 or 5563882. OLE color: 5563882.
HSL color Cylindrical-coordinate representation of color #EAE554: hue angle of 58º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EAE554 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 84 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.08 |
| HSL | 58º | 0.78% | 0.62% | - |
| HSV(B) | 58º | 0.64% | 0.92% | - |
| XYZ | 63.55 | 74.17 | 19.35 | - |
| YUV | 213.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 84 | 0 | 0.02 | 0.64 | 0.08 | 58 | 0.78 | 0.62 |
| Hex | EA | E5 | 54 | 0 | 2 | 40 | 8 | 3A | 4E | 3E |
| Octal | 352 | 345 | 124 | 0 | 2 | 100 | 10 | 72 | 116 | 76 |
| Binary | 11101010 | 11100101 | 1010100 | 0 | 10 | 1000000 | 1000 | 111010 | 1001110 | 111110 |
Color Harmonies of #EAE554
Complementary color
Monochromatic Colors of #EAE554
Black with #EAE554
Text Example
Text Example
White with #EAE554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE554; }
p { color: rgb(234,229,84); }
H1.HeaderClassName
{
color: #EAE554;
}
.AnyTagClassName
{
color: #EAE554;
}
</style>
background-color css
<style>
a { background-color: #EAE554; }
a { background-color: rgb(234,229,84); }
div.DivClassName
{
background-color: #EAE554;
}
.BgClassName
{
background-color: #EAE554;
}
</style>
border-color css
<style>
span { border-color: #EAE554; }
span { border-color: rgb(234,229,84); }
td.TdClassName
{
border-color: #EAE554;
}
.TagClassName
{
border-color: #EAE554;
}
</style>