Shades of Manz #EAE253
Tints of Manz #EAE253
RGB
CMYK
RGB Variations
Color information
#EAE253 (or 0xEAE253) is known color: Manz. HEX triplet: EA, E2 and 53. RGB value is (234,226,83). Sum of RGB (Red+Green+Blue) = 234+226+83=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 83 (32.81% from 255 or 15.29% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE253 is #151DAC. Grayscale: #D4D4D4. Windows color (decimal): -1383853 or 5497578. OLE color: 5497578.
HSL color Cylindrical-coordinate representation of color #EAE253: hue angle of 56.82º 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 #EAE253 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 83 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.08 |
| HSL | 56.82º | 0.78% | 0.62% | - |
| HSV(B) | 56.82º | 0.65% | 0.92% | - |
| XYZ | 62.69 | 72.51 | 18.88 | - |
| YUV | 212.09 | 55.15 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 83 | 0 | 0.03 | 0.65 | 0.08 | 56.82 | 0.78 | 0.62 |
| Hex | EA | E2 | 53 | 0 | 3 | 41 | 8 | 39 | 4E | 3E |
| Octal | 352 | 342 | 123 | 0 | 3 | 101 | 10 | 71 | 116 | 76 |
| Binary | 11101010 | 11100010 | 1010011 | 0 | 11 | 1000001 | 1000 | 111001 | 1001110 | 111110 |
Color Harmonies of #EAE253
Complementary color
Monochromatic Colors of #EAE253
Black with #EAE253
Text Example
Text Example
White with #EAE253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE253; }
p { color: rgb(234,226,83); }
H1.HeaderClassName
{
color: #EAE253;
}
.AnyTagClassName
{
color: #EAE253;
}
</style>
background-color css
<style>
a { background-color: #EAE253; }
a { background-color: rgb(234,226,83); }
div.DivClassName
{
background-color: #EAE253;
}
.BgClassName
{
background-color: #EAE253;
}
</style>
border-color css
<style>
span { border-color: #EAE253; }
span { border-color: rgb(234,226,83); }
td.TdClassName
{
border-color: #EAE253;
}
.TagClassName
{
border-color: #EAE253;
}
</style>