Shades of Manz #EAE955
Tints of Manz #EAE955
RGB
CMYK
RGB Variations
Color information
#EAE955 (or 0xEAE955) is known color: Manz. HEX triplet: EA, E9 and 55. RGB value is (234,233,85). Sum of RGB (Red+Green+Blue) = 234+233+85=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 85 (33.59% from 255 or 15.40% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE955 is #1516AA. Grayscale: #D9D9D9. Windows color (decimal): -1382059 or 5630442. OLE color: 5630442.
HSL color Cylindrical-coordinate representation of color #EAE955: hue angle of 59.6º 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 #EAE955 is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 85 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.08 |
| HSL | 59.6º | 0.78% | 0.63% | - |
| HSV(B) | 59.6º | 0.64% | 0.92% | - |
| XYZ | 64.71 | 76.43 | 19.94 | - |
| YUV | 216.43 | 53.83 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 85 | 0 | 0.00 | 0.64 | 0.08 | 59.6 | 0.78 | 0.63 |
| Hex | EA | E9 | 55 | 0 | 0 | 40 | 8 | 3C | 4E | 3F |
| Octal | 352 | 351 | 125 | 0 | 0 | 100 | 10 | 74 | 116 | 77 |
| Binary | 11101010 | 11101001 | 1010101 | 0 | 0 | 1000000 | 1000 | 111100 | 1001110 | 111111 |
Color Harmonies of #EAE955
Complementary color
Monochromatic Colors of #EAE955
Black with #EAE955
Text Example
Text Example
White with #EAE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE955; }
p { color: rgb(234,233,85); }
H1.HeaderClassName
{
color: #EAE955;
}
.AnyTagClassName
{
color: #EAE955;
}
</style>
background-color css
<style>
a { background-color: #EAE955; }
a { background-color: rgb(234,233,85); }
div.DivClassName
{
background-color: #EAE955;
}
.BgClassName
{
background-color: #EAE955;
}
</style>
border-color css
<style>
span { border-color: #EAE955; }
span { border-color: rgb(234,233,85); }
td.TdClassName
{
border-color: #EAE955;
}
.TagClassName
{
border-color: #EAE955;
}
</style>