Shades of Manz #EAE254
Tints of Manz #EAE254
RGB
CMYK
RGB Variations
Color information
#EAE254 (or 0xEAE254) is known color: Manz. HEX triplet: EA, E2 and 54. RGB value is (234,226,84). Sum of RGB (Red+Green+Blue) = 234+226+84=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 84 (33.20% from 255 or 15.44% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE254 is #151DAB. Grayscale: #D4D4D4. Windows color (decimal): -1383852 or 5563114. OLE color: 5563114.
HSL color Cylindrical-coordinate representation of color #EAE254: hue angle of 56.8º 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 #EAE254 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 84 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.08 |
| HSL | 56.8º | 0.78% | 0.62% | - |
| HSV(B) | 56.8º | 0.64% | 0.92% | - |
| XYZ | 62.73 | 72.53 | 19.08 | - |
| YUV | 212.2 | 55.65 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 84 | 0 | 0.03 | 0.64 | 0.08 | 56.8 | 0.78 | 0.62 |
| Hex | EA | E2 | 54 | 0 | 3 | 40 | 8 | 39 | 4E | 3E |
| Octal | 352 | 342 | 124 | 0 | 3 | 100 | 10 | 71 | 116 | 76 |
| Binary | 11101010 | 11100010 | 1010100 | 0 | 11 | 1000000 | 1000 | 111001 | 1001110 | 111110 |
Color Harmonies of #EAE254
Complementary color
Monochromatic Colors of #EAE254
Black with #EAE254
Text Example
Text Example
White with #EAE254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE254; }
p { color: rgb(234,226,84); }
H1.HeaderClassName
{
color: #EAE254;
}
.AnyTagClassName
{
color: #EAE254;
}
</style>
background-color css
<style>
a { background-color: #EAE254; }
a { background-color: rgb(234,226,84); }
div.DivClassName
{
background-color: #EAE254;
}
.BgClassName
{
background-color: #EAE254;
}
</style>
border-color css
<style>
span { border-color: #EAE254; }
span { border-color: rgb(234,226,84); }
td.TdClassName
{
border-color: #EAE254;
}
.TagClassName
{
border-color: #EAE254;
}
</style>