Shades of Manz #EAE64E
Tints of Manz #EAE64E
RGB
CMYK
RGB Variations
Color information
#EAE64E (or 0xEAE64E) is known color: Manz. HEX triplet: EA, E6 and 4E. RGB value is (234,230,78). Sum of RGB (Red+Green+Blue) = 234+230+78=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 78 (30.86% from 255 or 14.39% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE64E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE64E is #1519B1. Grayscale: #D6D6D6. Windows color (decimal): -1382834 or 5170922. OLE color: 5170922.
HSL color Cylindrical-coordinate representation of color #EAE64E: hue angle of 58.46º 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 #EAE64E is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 78 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.08 |
| HSL | 58.46º | 0.79% | 0.61% | - |
| HSV(B) | 58.46º | 0.67% | 0.92% | - |
| XYZ | 63.6 | 74.64 | 18.26 | - |
| YUV | 213.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 78 | 0 | 0.02 | 0.67 | 0.08 | 58.46 | 0.79 | 0.61 |
| Hex | EA | E6 | 4E | 0 | 2 | 43 | 8 | 3A | 4F | 3D |
| Octal | 352 | 346 | 116 | 0 | 2 | 103 | 10 | 72 | 117 | 75 |
| Binary | 11101010 | 11100110 | 1001110 | 0 | 10 | 1000011 | 1000 | 111010 | 1001111 | 111101 |
Color Harmonies of #EAE64E
Complementary color
Monochromatic Colors of #EAE64E
Black with #EAE64E
Text Example
Text Example
White with #EAE64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE64E; }
p { color: rgb(234,230,78); }
H1.HeaderClassName
{
color: #EAE64E;
}
.AnyTagClassName
{
color: #EAE64E;
}
</style>
background-color css
<style>
a { background-color: #EAE64E; }
a { background-color: rgb(234,230,78); }
div.DivClassName
{
background-color: #EAE64E;
}
.BgClassName
{
background-color: #EAE64E;
}
</style>
border-color css
<style>
span { border-color: #EAE64E; }
span { border-color: rgb(234,230,78); }
td.TdClassName
{
border-color: #EAE64E;
}
.TagClassName
{
border-color: #EAE64E;
}
</style>