Shades of Manz #E8E94B
Tints of Manz #E8E94B
RGB
CMYK
RGB Variations
Color information
#E8E94B (or 0xE8E94B) is known color: Manz. HEX triplet: E8, E9 and 4B. RGB value is (232,233,75). Sum of RGB (Red+Green+Blue) = 232+233+75=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 75 (29.69% from 255 or 13.89% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #E8E94B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8E94B is #1716B4. Grayscale: #D7D7D7. Windows color (decimal): -1513141 or 4975080. OLE color: 4975080.
HSL color Cylindrical-coordinate representation of color #E8E94B: hue angle of 60.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8E94B is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 233 | 75 | - |
| CMYK | 0.00 | 0 | 0.68 | 0.09 |
| HSL | 60.38º | 0.78% | 0.6% | - |
| HSV(B) | 60.38º | 0.68% | 0.91% | - |
| XYZ | 63.69 | 75.94 | 17.96 | - |
| YUV | 214.69 | 49.17 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 233 | 75 | 0.00 | 0 | 0.68 | 0.09 | 60.38 | 0.78 | 0.6 |
| Hex | E8 | E9 | 4B | 0 | 0 | 44 | 9 | 3C | 4E | 3C |
| Octal | 350 | 351 | 113 | 0 | 0 | 104 | 11 | 74 | 116 | 74 |
| Binary | 11101000 | 11101001 | 1001011 | 0 | 0 | 1000100 | 1001 | 111100 | 1001110 | 111100 |
Color Harmonies of #E8E94B
Complementary color
Monochromatic Colors of #E8E94B
Black with #E8E94B
Text Example
Text Example
White with #E8E94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E94B; }
p { color: rgb(232,233,75); }
H1.HeaderClassName
{
color: #E8E94B;
}
.AnyTagClassName
{
color: #E8E94B;
}
</style>
background-color css
<style>
a { background-color: #E8E94B; }
a { background-color: rgb(232,233,75); }
div.DivClassName
{
background-color: #E8E94B;
}
.BgClassName
{
background-color: #E8E94B;
}
</style>
border-color css
<style>
span { border-color: #E8E94B; }
span { border-color: rgb(232,233,75); }
td.TdClassName
{
border-color: #E8E94B;
}
.TagClassName
{
border-color: #E8E94B;
}
</style>