Shades of Manz #EAE354
Tints of Manz #EAE354
RGB
CMYK
RGB Variations
Color information
#EAE354 (or 0xEAE354) is known color: Manz. HEX triplet: EA, E3 and 54. RGB value is (234,227,84). Sum of RGB (Red+Green+Blue) = 234+227+84=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 84 (33.20% from 255 or 15.41% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE354 is #151CAB. Grayscale: #D5D5D5. Windows color (decimal): -1383596 or 5563370. OLE color: 5563370.
HSL color Cylindrical-coordinate representation of color #EAE354: hue angle of 57.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EAE354 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 84 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.08 |
| HSL | 57.2º | 0.78% | 0.62% | - |
| HSV(B) | 57.2º | 0.64% | 0.92% | - |
| XYZ | 63 | 73.07 | 19.17 | - |
| YUV | 212.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 84 | 0 | 0.03 | 0.64 | 0.08 | 57.2 | 0.78 | 0.62 |
| Hex | EA | E3 | 54 | 0 | 3 | 40 | 8 | 39 | 4E | 3E |
| Octal | 352 | 343 | 124 | 0 | 3 | 100 | 10 | 71 | 116 | 76 |
| Binary | 11101010 | 11100011 | 1010100 | 0 | 11 | 1000000 | 1000 | 111001 | 1001110 | 111110 |
Color Harmonies of #EAE354
Complementary color
Monochromatic Colors of #EAE354
Black with #EAE354
Text Example
Text Example
White with #EAE354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE354; }
p { color: rgb(234,227,84); }
H1.HeaderClassName
{
color: #EAE354;
}
.AnyTagClassName
{
color: #EAE354;
}
</style>
background-color css
<style>
a { background-color: #EAE354; }
a { background-color: rgb(234,227,84); }
div.DivClassName
{
background-color: #EAE354;
}
.BgClassName
{
background-color: #EAE354;
}
</style>
border-color css
<style>
span { border-color: #EAE354; }
span { border-color: rgb(234,227,84); }
td.TdClassName
{
border-color: #EAE354;
}
.TagClassName
{
border-color: #EAE354;
}
</style>