Shades of Manz #EAE053
Tints of Manz #EAE053
RGB
CMYK
RGB Variations
Color information
#EAE053 (or 0xEAE053) is known color: Manz. HEX triplet: EA, E0 and 53. RGB value is (234,224,83). Sum of RGB (Red+Green+Blue) = 234+224+83=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 83 (32.81% from 255 or 15.34% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE053 is #151FAC. Grayscale: #D3D3D3. Windows color (decimal): -1384365 or 5497066. OLE color: 5497066.
HSL color Cylindrical-coordinate representation of color #EAE053: hue angle of 56.03º 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 #EAE053 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 83 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.08 |
| HSL | 56.03º | 0.78% | 0.62% | - |
| HSV(B) | 56.03º | 0.65% | 0.92% | - |
| XYZ | 62.15 | 71.43 | 18.7 | - |
| YUV | 210.92 | 55.81 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 83 | 0 | 0.04 | 0.65 | 0.08 | 56.03 | 0.78 | 0.62 |
| Hex | EA | E0 | 53 | 0 | 4 | 41 | 8 | 38 | 4E | 3E |
| Octal | 352 | 340 | 123 | 0 | 4 | 101 | 10 | 70 | 116 | 76 |
| Binary | 11101010 | 11100000 | 1010011 | 0 | 100 | 1000001 | 1000 | 111000 | 1001110 | 111110 |
Color Harmonies of #EAE053
Complementary color
Monochromatic Colors of #EAE053
Black with #EAE053
Text Example
Text Example
White with #EAE053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE053; }
p { color: rgb(234,224,83); }
H1.HeaderClassName
{
color: #EAE053;
}
.AnyTagClassName
{
color: #EAE053;
}
</style>
background-color css
<style>
a { background-color: #EAE053; }
a { background-color: rgb(234,224,83); }
div.DivClassName
{
background-color: #EAE053;
}
.BgClassName
{
background-color: #EAE053;
}
</style>
border-color css
<style>
span { border-color: #EAE053; }
span { border-color: rgb(234,224,83); }
td.TdClassName
{
border-color: #EAE053;
}
.TagClassName
{
border-color: #EAE053;
}
</style>