Shades of Manz #E5E34A
Tints of Manz #E5E34A
RGB
CMYK
RGB Variations
Color information
#E5E34A (or 0xE5E34A) is known color: Manz. HEX triplet: E5, E3 and 4A. RGB value is (229,227,74). Sum of RGB (Red+Green+Blue) = 229+227+74=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 74 (29.30% from 255 or 13.96% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E34A is #1A1CB5. Grayscale: #D2D2D2. Windows color (decimal): -1711286 or 4908005. OLE color: 4908005.
HSL color Cylindrical-coordinate representation of color #E5E34A: hue angle of 59.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5E34A is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 227 | 74 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.10 |
| HSL | 59.23º | 0.75% | 0.59% | - |
| HSV(B) | 59.23º | 0.68% | 0.9% | - |
| XYZ | 61.02 | 72.09 | 17.18 | - |
| YUV | 210.16 | 51.16 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 227 | 74 | 0 | 0.01 | 0.68 | 0.10 | 59.23 | 0.75 | 0.59 |
| Hex | E5 | E3 | 4A | 0 | 1 | 44 | A | 3B | 4B | 3B |
| Octal | 345 | 343 | 112 | 0 | 1 | 104 | 12 | 73 | 113 | 73 |
| Binary | 11100101 | 11100011 | 1001010 | 0 | 1 | 1000100 | 1010 | 111011 | 1001011 | 111011 |
Color Harmonies of #E5E34A
Complementary color
Monochromatic Colors of #E5E34A
Black with #E5E34A
Text Example
Text Example
White with #E5E34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E34A; }
p { color: rgb(229,227,74); }
H1.HeaderClassName
{
color: #E5E34A;
}
.AnyTagClassName
{
color: #E5E34A;
}
</style>
background-color css
<style>
a { background-color: #E5E34A; }
a { background-color: rgb(229,227,74); }
div.DivClassName
{
background-color: #E5E34A;
}
.BgClassName
{
background-color: #E5E34A;
}
</style>
border-color css
<style>
span { border-color: #E5E34A; }
span { border-color: rgb(229,227,74); }
td.TdClassName
{
border-color: #E5E34A;
}
.TagClassName
{
border-color: #E5E34A;
}
</style>