Shades of Manz #EAEA58
Tints of Manz #EAEA58
RGB
CMYK
RGB Variations
Color information
#EAEA58 (or 0xEAEA58) is known color: Manz. HEX triplet: EA, EA and 58. RGB value is (234,234,88). Sum of RGB (Red+Green+Blue) = 234+234+88=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 88 (34.77% from 255 or 15.83% from 556); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEA58 is #1515A7. Grayscale: #D9D9D9. Windows color (decimal): -1381800 or 5827306. OLE color: 5827306.
HSL color Cylindrical-coordinate representation of color #EAEA58: hue angle of 60º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAEA58 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 88 | - |
| CMYK | 0 | 0 | 0.62 | 0.08 |
| HSL | 60º | 0.78% | 0.63% | - |
| HSV(B) | 60º | 0.62% | 0.92% | - |
| XYZ | 65.12 | 77.04 | 20.67 | - |
| YUV | 217.36 | 55 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 88 | 0 | 0 | 0.62 | 0.08 | 60 | 0.78 | 0.63 |
| Hex | EA | EA | 58 | 0 | 0 | 3E | 8 | 3C | 4E | 3F |
| Octal | 352 | 352 | 130 | 0 | 0 | 76 | 10 | 74 | 116 | 77 |
| Binary | 11101010 | 11101010 | 1011000 | 0 | 0 | 111110 | 1000 | 111100 | 1001110 | 111111 |
Color Harmonies of #EAEA58
Complementary color
Monochromatic Colors of #EAEA58
Black with #EAEA58
Text Example
Text Example
White with #EAEA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEA58; }
p { color: rgb(234,234,88); }
H1.HeaderClassName
{
color: #EAEA58;
}
.AnyTagClassName
{
color: #EAEA58;
}
</style>
background-color css
<style>
a { background-color: #EAEA58; }
a { background-color: rgb(234,234,88); }
div.DivClassName
{
background-color: #EAEA58;
}
.BgClassName
{
background-color: #EAEA58;
}
</style>
border-color css
<style>
span { border-color: #EAEA58; }
span { border-color: rgb(234,234,88); }
td.TdClassName
{
border-color: #EAEA58;
}
.TagClassName
{
border-color: #EAEA58;
}
</style>