Shades of Manz #EAE84D
Tints of Manz #EAE84D
RGB
CMYK
RGB Variations
Color information
#EAE84D (or 0xEAE84D) is known color: Manz. HEX triplet: EA, E8 and 4D. RGB value is (234,232,77). Sum of RGB (Red+Green+Blue) = 234+232+77=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 77 (30.47% from 255 or 14.18% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE84D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE84D is #1517B2. Grayscale: #D7D7D7. Windows color (decimal): -1382323 or 5105898. OLE color: 5105898.
HSL color Cylindrical-coordinate representation of color #EAE84D: hue angle of 59.24º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EAE84D is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 77 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.08 |
| HSL | 59.24º | 0.79% | 0.61% | - |
| HSV(B) | 59.24º | 0.67% | 0.92% | - |
| XYZ | 64.13 | 75.74 | 18.26 | - |
| YUV | 214.93 | 50.16 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 77 | 0 | 0.01 | 0.67 | 0.08 | 59.24 | 0.79 | 0.61 |
| Hex | EA | E8 | 4D | 0 | 1 | 43 | 8 | 3B | 4F | 3D |
| Octal | 352 | 350 | 115 | 0 | 1 | 103 | 10 | 73 | 117 | 75 |
| Binary | 11101010 | 11101000 | 1001101 | 0 | 1 | 1000011 | 1000 | 111011 | 1001111 | 111101 |
Color Harmonies of #EAE84D
Complementary color
Monochromatic Colors of #EAE84D
Black with #EAE84D
Text Example
Text Example
White with #EAE84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE84D; }
p { color: rgb(234,232,77); }
H1.HeaderClassName
{
color: #EAE84D;
}
.AnyTagClassName
{
color: #EAE84D;
}
</style>
background-color css
<style>
a { background-color: #EAE84D; }
a { background-color: rgb(234,232,77); }
div.DivClassName
{
background-color: #EAE84D;
}
.BgClassName
{
background-color: #EAE84D;
}
</style>
border-color css
<style>
span { border-color: #EAE84D; }
span { border-color: rgb(234,232,77); }
td.TdClassName
{
border-color: #EAE84D;
}
.TagClassName
{
border-color: #EAE84D;
}
</style>