Shades of Manz #E3E05F
Tints of Manz #E3E05F
RGB
CMYK
RGB Variations
Color information
#E3E05F (or 0xE3E05F) is known color: Manz. HEX triplet: E3, E0 and 5F. RGB value is (227,224,95). Sum of RGB (Red+Green+Blue) = 227+224+95=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 95 (37.5% from 255 or 17.40% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3E05F is #1C1FA0. Grayscale: #D2D2D2. Windows color (decimal): -1843105 or 6283491. OLE color: 6283491.
HSL color Cylindrical-coordinate representation of color #E3E05F: hue angle of 58.64º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E3E05F is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 224 | 95 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.11 |
| HSL | 58.64º | 0.7% | 0.63% | - |
| HSV(B) | 58.64º | 0.58% | 0.89% | - |
| XYZ | 60.4 | 70.47 | 21.24 | - |
| YUV | 210.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 224 | 95 | 0 | 0.01 | 0.58 | 0.11 | 58.64 | 0.7 | 0.63 |
| Hex | E3 | E0 | 5F | 0 | 1 | 3A | B | 3B | 46 | 3F |
| Octal | 343 | 340 | 137 | 0 | 1 | 72 | 13 | 73 | 106 | 77 |
| Binary | 11100011 | 11100000 | 1011111 | 0 | 1 | 111010 | 1011 | 111011 | 1000110 | 111111 |
Color Harmonies of #E3E05F
Complementary color
Monochromatic Colors of #E3E05F
Black with #E3E05F
Text Example
Text Example
White with #E3E05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E05F; }
p { color: rgb(227,224,95); }
H1.HeaderClassName
{
color: #E3E05F;
}
.AnyTagClassName
{
color: #E3E05F;
}
</style>
background-color css
<style>
a { background-color: #E3E05F; }
a { background-color: rgb(227,224,95); }
div.DivClassName
{
background-color: #E3E05F;
}
.BgClassName
{
background-color: #E3E05F;
}
</style>
border-color css
<style>
span { border-color: #E3E05F; }
span { border-color: rgb(227,224,95); }
td.TdClassName
{
border-color: #E3E05F;
}
.TagClassName
{
border-color: #E3E05F;
}
</style>