Shades of Manz #EAE84A
Tints of Manz #EAE84A
RGB
CMYK
RGB Variations
Color information
#EAE84A (or 0xEAE84A) is known color: Manz. HEX triplet: EA, E8 and 4A. RGB value is (234,232,74). Sum of RGB (Red+Green+Blue) = 234+232+74=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE84A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE84A is #1517B5. Grayscale: #D7D7D7. Windows color (decimal): -1382326 or 4909290. OLE color: 4909290.
HSL color Cylindrical-coordinate representation of color #EAE84A: hue angle of 59.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAE84A is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 74 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.08 |
| HSL | 59.25º | 0.79% | 0.6% | - |
| HSV(B) | 59.25º | 0.68% | 0.92% | - |
| XYZ | 64.02 | 75.7 | 17.72 | - |
| YUV | 214.59 | 48.66 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 74 | 0 | 0.01 | 0.68 | 0.08 | 59.25 | 0.79 | 0.6 |
| Hex | EA | E8 | 4A | 0 | 1 | 44 | 8 | 3B | 4F | 3C |
| Octal | 352 | 350 | 112 | 0 | 1 | 104 | 10 | 73 | 117 | 74 |
| Binary | 11101010 | 11101000 | 1001010 | 0 | 1 | 1000100 | 1000 | 111011 | 1001111 | 111100 |
Color Harmonies of #EAE84A
Complementary color
Monochromatic Colors of #EAE84A
Black with #EAE84A
Text Example
Text Example
White with #EAE84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE84A; }
p { color: rgb(234,232,74); }
H1.HeaderClassName
{
color: #EAE84A;
}
.AnyTagClassName
{
color: #EAE84A;
}
</style>
background-color css
<style>
a { background-color: #EAE84A; }
a { background-color: rgb(234,232,74); }
div.DivClassName
{
background-color: #EAE84A;
}
.BgClassName
{
background-color: #EAE84A;
}
</style>
border-color css
<style>
span { border-color: #EAE84A; }
span { border-color: rgb(234,232,74); }
td.TdClassName
{
border-color: #EAE84A;
}
.TagClassName
{
border-color: #EAE84A;
}
</style>