Shades of Manz #E7E34B
Tints of Manz #E7E34B
RGB
CMYK
RGB Variations
Color information
#E7E34B (or 0xE7E34B) is known color: Manz. HEX triplet: E7, E3 and 4B. RGB value is (231,227,75). Sum of RGB (Red+Green+Blue) = 231+227+75=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 75 (29.69% from 255 or 14.07% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E34B is #181CB4. Grayscale: #D3D3D3. Windows color (decimal): -1580213 or 4973543. OLE color: 4973543.
HSL color Cylindrical-coordinate representation of color #E7E34B: hue angle of 58.46º degrees, saturation: 0.76, 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 #E7E34B is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 227 | 75 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.09 |
| HSL | 58.46º | 0.76% | 0.6% | - |
| HSV(B) | 58.46º | 0.68% | 0.91% | - |
| XYZ | 61.69 | 72.44 | 17.39 | - |
| YUV | 210.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 227 | 75 | 0 | 0.02 | 0.68 | 0.09 | 58.46 | 0.76 | 0.6 |
| Hex | E7 | E3 | 4B | 0 | 2 | 44 | 9 | 3A | 4C | 3C |
| Octal | 347 | 343 | 113 | 0 | 2 | 104 | 11 | 72 | 114 | 74 |
| Binary | 11100111 | 11100011 | 1001011 | 0 | 10 | 1000100 | 1001 | 111010 | 1001100 | 111100 |
Color Harmonies of #E7E34B
Complementary color
Monochromatic Colors of #E7E34B
Black with #E7E34B
Text Example
Text Example
White with #E7E34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E34B; }
p { color: rgb(231,227,75); }
H1.HeaderClassName
{
color: #E7E34B;
}
.AnyTagClassName
{
color: #E7E34B;
}
</style>
background-color css
<style>
a { background-color: #E7E34B; }
a { background-color: rgb(231,227,75); }
div.DivClassName
{
background-color: #E7E34B;
}
.BgClassName
{
background-color: #E7E34B;
}
</style>
border-color css
<style>
span { border-color: #E7E34B; }
span { border-color: rgb(231,227,75); }
td.TdClassName
{
border-color: #E7E34B;
}
.TagClassName
{
border-color: #E7E34B;
}
</style>