Shades of Manz #EAE353
Tints of Manz #EAE353
RGB
CMYK
RGB Variations
Color information
#EAE353 (or 0xEAE353) is known color: Manz. HEX triplet: EA, E3 and 53. RGB value is (234,227,83). Sum of RGB (Red+Green+Blue) = 234+227+83=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 83 (32.81% from 255 or 15.26% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE353 is #151CAC. Grayscale: #D5D5D5. Windows color (decimal): -1383597 or 5497834. OLE color: 5497834.
HSL color Cylindrical-coordinate representation of color #EAE353: hue angle of 57.22º 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 #EAE353 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 83 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.08 |
| HSL | 57.22º | 0.78% | 0.62% | - |
| HSV(B) | 57.22º | 0.65% | 0.92% | - |
| XYZ | 62.96 | 73.06 | 18.97 | - |
| YUV | 212.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 83 | 0 | 0.03 | 0.65 | 0.08 | 57.22 | 0.78 | 0.62 |
| Hex | EA | E3 | 53 | 0 | 3 | 41 | 8 | 39 | 4E | 3E |
| Octal | 352 | 343 | 123 | 0 | 3 | 101 | 10 | 71 | 116 | 76 |
| Binary | 11101010 | 11100011 | 1010011 | 0 | 11 | 1000001 | 1000 | 111001 | 1001110 | 111110 |
Color Harmonies of #EAE353
Complementary color
Monochromatic Colors of #EAE353
Black with #EAE353
Text Example
Text Example
White with #EAE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE353; }
p { color: rgb(234,227,83); }
H1.HeaderClassName
{
color: #EAE353;
}
.AnyTagClassName
{
color: #EAE353;
}
</style>
background-color css
<style>
a { background-color: #EAE353; }
a { background-color: rgb(234,227,83); }
div.DivClassName
{
background-color: #EAE353;
}
.BgClassName
{
background-color: #EAE353;
}
</style>
border-color css
<style>
span { border-color: #EAE353; }
span { border-color: rgb(234,227,83); }
td.TdClassName
{
border-color: #EAE353;
}
.TagClassName
{
border-color: #EAE353;
}
</style>