Shades of Manz #E3E94A
Tints of Manz #E3E94A
RGB
CMYK
RGB Variations
Color information
#E3E94A (or 0xE3E94A) is known color: Manz. HEX triplet: E3, E9 and 4A. RGB value is (227,233,74). Sum of RGB (Red+Green+Blue) = 227+233+74=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 74 (29.30% from 255 or 13.86% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #E3E94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3E94A is #1C16B5. Grayscale: #D5D5D5. Windows color (decimal): -1840822 or 4909539. OLE color: 4909539.
HSL color Cylindrical-coordinate representation of color #E3E94A: hue angle of 62.26º 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 #E3E94A is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 233 | 74 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.09 |
| HSL | 62.26º | 0.78% | 0.6% | - |
| HSV(B) | 62.26º | 0.68% | 0.91% | - |
| XYZ | 62.05 | 75.1 | 17.7 | - |
| YUV | 213.08 | 49.51 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 233 | 74 | 0.03 | 0 | 0.68 | 0.09 | 62.26 | 0.78 | 0.6 |
| Hex | E3 | E9 | 4A | 3 | 0 | 44 | 9 | 3E | 4E | 3C |
| Octal | 343 | 351 | 112 | 3 | 0 | 104 | 11 | 76 | 116 | 74 |
| Binary | 11100011 | 11101001 | 1001010 | 11 | 0 | 1000100 | 1001 | 111110 | 1001110 | 111100 |
Color Harmonies of #E3E94A
Complementary color
Monochromatic Colors of #E3E94A
Black with #E3E94A
Text Example
Text Example
White with #E3E94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E94A; }
p { color: rgb(227,233,74); }
H1.HeaderClassName
{
color: #E3E94A;
}
.AnyTagClassName
{
color: #E3E94A;
}
</style>
background-color css
<style>
a { background-color: #E3E94A; }
a { background-color: rgb(227,233,74); }
div.DivClassName
{
background-color: #E3E94A;
}
.BgClassName
{
background-color: #E3E94A;
}
</style>
border-color css
<style>
span { border-color: #E3E94A; }
span { border-color: rgb(227,233,74); }
td.TdClassName
{
border-color: #E3E94A;
}
.TagClassName
{
border-color: #E3E94A;
}
</style>