Shades of Manz #E4E04C
Tints of Manz #E4E04C
RGB
CMYK
RGB Variations
Color information
#E4E04C (or 0xE4E04C) is known color: Manz. HEX triplet: E4, E0 and 4C. RGB value is (228,224,76). Sum of RGB (Red+Green+Blue) = 228+224+76=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 76 (30.08% from 255 or 14.39% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4E04C is #1B1FB3. Grayscale: #D0D0D0. Windows color (decimal): -1777588 or 5038308. OLE color: 5038308.
HSL color Cylindrical-coordinate representation of color #E4E04C: hue angle of 58.42º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E4E04C is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 224 | 76 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.11 |
| HSL | 58.42º | 0.74% | 0.6% | - |
| HSV(B) | 58.42º | 0.67% | 0.89% | - |
| XYZ | 59.96 | 70.33 | 17.25 | - |
| YUV | 208.32 | 53.33 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 224 | 76 | 0 | 0.02 | 0.67 | 0.11 | 58.42 | 0.74 | 0.6 |
| Hex | E4 | E0 | 4C | 0 | 2 | 43 | B | 3A | 4A | 3C |
| Octal | 344 | 340 | 114 | 0 | 2 | 103 | 13 | 72 | 112 | 74 |
| Binary | 11100100 | 11100000 | 1001100 | 0 | 10 | 1000011 | 1011 | 111010 | 1001010 | 111100 |
Color Harmonies of #E4E04C
Complementary color
Monochromatic Colors of #E4E04C
Black with #E4E04C
Text Example
Text Example
White with #E4E04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E04C; }
p { color: rgb(228,224,76); }
H1.HeaderClassName
{
color: #E4E04C;
}
.AnyTagClassName
{
color: #E4E04C;
}
</style>
background-color css
<style>
a { background-color: #E4E04C; }
a { background-color: rgb(228,224,76); }
div.DivClassName
{
background-color: #E4E04C;
}
.BgClassName
{
background-color: #E4E04C;
}
</style>
border-color css
<style>
span { border-color: #E4E04C; }
span { border-color: rgb(228,224,76); }
td.TdClassName
{
border-color: #E4E04C;
}
.TagClassName
{
border-color: #E4E04C;
}
</style>