Shades of Manz #EAE360
Tints of Manz #EAE360
RGB
CMYK
RGB Variations
Color information
#EAE360 (or 0xEAE360) is known color: Manz. HEX triplet: EA, E3 and 60. RGB value is (234,227,96). Sum of RGB (Red+Green+Blue) = 234+227+96=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 96 (37.89% from 255 or 17.24% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE360 is #151C9F. Grayscale: #D6D6D6. Windows color (decimal): -1383584 or 6349802. OLE color: 6349802.
HSL color Cylindrical-coordinate representation of color #EAE360: hue angle of 56.96º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAE360 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 96 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.08 |
| HSL | 56.96º | 0.77% | 0.65% | - |
| HSV(B) | 56.96º | 0.59% | 0.92% | - |
| XYZ | 63.51 | 73.28 | 21.86 | - |
| YUV | 214.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 96 | 0 | 0.03 | 0.59 | 0.08 | 56.96 | 0.77 | 0.65 |
| Hex | EA | E3 | 60 | 0 | 3 | 3B | 8 | 39 | 4D | 41 |
| Octal | 352 | 343 | 140 | 0 | 3 | 73 | 10 | 71 | 115 | 101 |
| Binary | 11101010 | 11100011 | 1100000 | 0 | 11 | 111011 | 1000 | 111001 | 1001101 | 1000001 |
Color Harmonies of #EAE360
Complementary color
Monochromatic Colors of #EAE360
Black with #EAE360
Text Example
Text Example
White with #EAE360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE360; }
p { color: rgb(234,227,96); }
H1.HeaderClassName
{
color: #EAE360;
}
.AnyTagClassName
{
color: #EAE360;
}
</style>
background-color css
<style>
a { background-color: #EAE360; }
a { background-color: rgb(234,227,96); }
div.DivClassName
{
background-color: #EAE360;
}
.BgClassName
{
background-color: #EAE360;
}
</style>
border-color css
<style>
span { border-color: #EAE360; }
span { border-color: rgb(234,227,96); }
td.TdClassName
{
border-color: #EAE360;
}
.TagClassName
{
border-color: #EAE360;
}
</style>