Shades of Manz #E9E34B
Tints of Manz #E9E34B
RGB
CMYK
RGB Variations
Color information
#E9E34B (or 0xE9E34B) is known color: Manz. HEX triplet: E9, E3 and 4B. RGB value is (233,227,75). Sum of RGB (Red+Green+Blue) = 233+227+75=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 75 (29.69% from 255 or 14.02% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9E34B is #161CB4. Grayscale: #D4D4D4. Windows color (decimal): -1449141 or 4973545. OLE color: 4973545.
HSL color Cylindrical-coordinate representation of color #E9E34B: hue angle of 57.72º 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 #E9E34B is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 227 | 75 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.09 |
| HSL | 57.72º | 0.78% | 0.6% | - |
| HSV(B) | 57.72º | 0.68% | 0.91% | - |
| XYZ | 62.34 | 72.77 | 17.42 | - |
| YUV | 211.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 227 | 75 | 0 | 0.03 | 0.68 | 0.09 | 57.72 | 0.78 | 0.6 |
| Hex | E9 | E3 | 4B | 0 | 3 | 44 | 9 | 3A | 4E | 3C |
| Octal | 351 | 343 | 113 | 0 | 3 | 104 | 11 | 72 | 116 | 74 |
| Binary | 11101001 | 11100011 | 1001011 | 0 | 11 | 1000100 | 1001 | 111010 | 1001110 | 111100 |
Color Harmonies of #E9E34B
Complementary color
Monochromatic Colors of #E9E34B
Black with #E9E34B
Text Example
Text Example
White with #E9E34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E34B; }
p { color: rgb(233,227,75); }
H1.HeaderClassName
{
color: #E9E34B;
}
.AnyTagClassName
{
color: #E9E34B;
}
</style>
background-color css
<style>
a { background-color: #E9E34B; }
a { background-color: rgb(233,227,75); }
div.DivClassName
{
background-color: #E9E34B;
}
.BgClassName
{
background-color: #E9E34B;
}
</style>
border-color css
<style>
span { border-color: #E9E34B; }
span { border-color: rgb(233,227,75); }
td.TdClassName
{
border-color: #E9E34B;
}
.TagClassName
{
border-color: #E9E34B;
}
</style>