Shades of Manz #EAE351
Tints of Manz #EAE351
RGB
CMYK
RGB Variations
Color information
#EAE351 (or 0xEAE351) is known color: Manz. HEX triplet: EA, E3 and 51. RGB value is (234,227,81). Sum of RGB (Red+Green+Blue) = 234+227+81=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 81 (32.03% from 255 or 14.94% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE351 is #151CAE. Grayscale: #D5D5D5. Windows color (decimal): -1383599 or 5366762. OLE color: 5366762.
HSL color Cylindrical-coordinate representation of color #EAE351: hue angle of 57.25º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAE351 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 81 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.08 |
| HSL | 57.25º | 0.78% | 0.62% | - |
| HSV(B) | 57.25º | 0.65% | 0.92% | - |
| XYZ | 62.89 | 73.02 | 18.57 | - |
| YUV | 212.45 | 53.82 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 81 | 0 | 0.03 | 0.65 | 0.08 | 57.25 | 0.78 | 0.62 |
| Hex | EA | E3 | 51 | 0 | 3 | 41 | 8 | 39 | 4E | 3E |
| Octal | 352 | 343 | 121 | 0 | 3 | 101 | 10 | 71 | 116 | 76 |
| Binary | 11101010 | 11100011 | 1010001 | 0 | 11 | 1000001 | 1000 | 111001 | 1001110 | 111110 |
Color Harmonies of #EAE351
Complementary color
Monochromatic Colors of #EAE351
Black with #EAE351
Text Example
Text Example
White with #EAE351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE351; }
p { color: rgb(234,227,81); }
H1.HeaderClassName
{
color: #EAE351;
}
.AnyTagClassName
{
color: #EAE351;
}
</style>
background-color css
<style>
a { background-color: #EAE351; }
a { background-color: rgb(234,227,81); }
div.DivClassName
{
background-color: #EAE351;
}
.BgClassName
{
background-color: #EAE351;
}
</style>
border-color css
<style>
span { border-color: #EAE351; }
span { border-color: rgb(234,227,81); }
td.TdClassName
{
border-color: #EAE351;
}
.TagClassName
{
border-color: #EAE351;
}
</style>