Shades of Manz #E5EF4A
Tints of Manz #E5EF4A
RGB
CMYK
RGB Variations
Color information
#E5EF4A (or 0xE5EF4A) is known color: Manz. HEX triplet: E5, EF and 4A. RGB value is (229,239,74). Sum of RGB (Red+Green+Blue) = 229+239+74=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 74 (29.30% from 255 or 13.65% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5EF4A is #1A10B5. Grayscale: #D9D9D9. Windows color (decimal): -1708214 or 4911077. OLE color: 4911077.
HSL color Cylindrical-coordinate representation of color #E5EF4A: hue angle of 63.64º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5EF4A is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 239 | 74 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.06 |
| HSL | 63.64º | 0.84% | 0.61% | - |
| HSV(B) | 63.64º | 0.69% | 0.94% | - |
| XYZ | 64.42 | 78.89 | 18.31 | - |
| YUV | 217.2 | 47.19 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 74 | 0.04 | 0 | 0.69 | 0.06 | 63.64 | 0.84 | 0.61 |
| Hex | E5 | EF | 4A | 4 | 0 | 45 | 6 | 40 | 54 | 3D |
| Octal | 345 | 357 | 112 | 4 | 0 | 105 | 6 | 100 | 124 | 75 |
| Binary | 11100101 | 11101111 | 1001010 | 100 | 0 | 1000101 | 110 | 1000000 | 1010100 | 111101 |
Color Harmonies of #E5EF4A
Complementary color
Monochromatic Colors of #E5EF4A
Black with #E5EF4A
Text Example
Text Example
White with #E5EF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EF4A; }
p { color: rgb(229,239,74); }
H1.HeaderClassName
{
color: #E5EF4A;
}
.AnyTagClassName
{
color: #E5EF4A;
}
</style>
background-color css
<style>
a { background-color: #E5EF4A; }
a { background-color: rgb(229,239,74); }
div.DivClassName
{
background-color: #E5EF4A;
}
.BgClassName
{
background-color: #E5EF4A;
}
</style>
border-color css
<style>
span { border-color: #E5EF4A; }
span { border-color: rgb(229,239,74); }
td.TdClassName
{
border-color: #E5EF4A;
}
.TagClassName
{
border-color: #E5EF4A;
}
</style>