Shades of Manz #EAE755
Tints of Manz #EAE755
RGB
CMYK
RGB Variations
Color information
#EAE755 (or 0xEAE755) is known color: Manz. HEX triplet: EA, E7 and 55. RGB value is (234,231,85). Sum of RGB (Red+Green+Blue) = 234+231+85=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 85 (33.59% from 255 or 15.45% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE755 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE755 is #1518AA. Grayscale: #D7D7D7. Windows color (decimal): -1382571 or 5629930. OLE color: 5629930.
HSL color Cylindrical-coordinate representation of color #EAE755: hue angle of 58.79º 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 #EAE755 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 85 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.08 |
| HSL | 58.79º | 0.78% | 0.63% | - |
| HSV(B) | 58.79º | 0.64% | 0.92% | - |
| XYZ | 64.15 | 75.3 | 19.75 | - |
| YUV | 215.25 | 54.49 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 85 | 0 | 0.01 | 0.64 | 0.08 | 58.79 | 0.78 | 0.63 |
| Hex | EA | E7 | 55 | 0 | 1 | 40 | 8 | 3B | 4E | 3F |
| Octal | 352 | 347 | 125 | 0 | 1 | 100 | 10 | 73 | 116 | 77 |
| Binary | 11101010 | 11100111 | 1010101 | 0 | 1 | 1000000 | 1000 | 111011 | 1001110 | 111111 |
Color Harmonies of #EAE755
Complementary color
Monochromatic Colors of #EAE755
Black with #EAE755
Text Example
Text Example
White with #EAE755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE755; }
p { color: rgb(234,231,85); }
H1.HeaderClassName
{
color: #EAE755;
}
.AnyTagClassName
{
color: #EAE755;
}
</style>
background-color css
<style>
a { background-color: #EAE755; }
a { background-color: rgb(234,231,85); }
div.DivClassName
{
background-color: #EAE755;
}
.BgClassName
{
background-color: #EAE755;
}
</style>
border-color css
<style>
span { border-color: #EAE755; }
span { border-color: rgb(234,231,85); }
td.TdClassName
{
border-color: #EAE755;
}
.TagClassName
{
border-color: #EAE755;
}
</style>