Shades of Manz #EAE255
Tints of Manz #EAE255
RGB
CMYK
RGB Variations
Color information
#EAE255 (or 0xEAE255) is known color: Manz. HEX triplet: EA, E2 and 55. RGB value is (234,226,85). Sum of RGB (Red+Green+Blue) = 234+226+85=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 85 (33.59% from 255 or 15.60% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE255 is #151DAA. Grayscale: #D4D4D4. Windows color (decimal): -1383851 or 5628650. OLE color: 5628650.
HSL color Cylindrical-coordinate representation of color #EAE255: hue angle of 56.78º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EAE255 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 85 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.08 |
| HSL | 56.78º | 0.78% | 0.63% | - |
| HSV(B) | 56.78º | 0.64% | 0.92% | - |
| XYZ | 62.77 | 72.54 | 19.29 | - |
| YUV | 212.32 | 56.15 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 85 | 0 | 0.03 | 0.64 | 0.08 | 56.78 | 0.78 | 0.63 |
| Hex | EA | E2 | 55 | 0 | 3 | 40 | 8 | 39 | 4E | 3F |
| Octal | 352 | 342 | 125 | 0 | 3 | 100 | 10 | 71 | 116 | 77 |
| Binary | 11101010 | 11100010 | 1010101 | 0 | 11 | 1000000 | 1000 | 111001 | 1001110 | 111111 |
Color Harmonies of #EAE255
Complementary color
Monochromatic Colors of #EAE255
Black with #EAE255
Text Example
Text Example
White with #EAE255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE255; }
p { color: rgb(234,226,85); }
H1.HeaderClassName
{
color: #EAE255;
}
.AnyTagClassName
{
color: #EAE255;
}
</style>
background-color css
<style>
a { background-color: #EAE255; }
a { background-color: rgb(234,226,85); }
div.DivClassName
{
background-color: #EAE255;
}
.BgClassName
{
background-color: #EAE255;
}
</style>
border-color css
<style>
span { border-color: #EAE255; }
span { border-color: rgb(234,226,85); }
td.TdClassName
{
border-color: #EAE255;
}
.TagClassName
{
border-color: #EAE255;
}
</style>