Shades of Manz #E8EB4B
Tints of Manz #E8EB4B
RGB
CMYK
RGB Variations
Color information
#E8EB4B (or 0xE8EB4B) is known color: Manz. HEX triplet: E8, EB and 4B. RGB value is (232,235,75). Sum of RGB (Red+Green+Blue) = 232+235+75=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 75 (29.69% from 255 or 13.84% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #E8EB4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8EB4B is #1714B4. Grayscale: #D8D8D8. Windows color (decimal): -1512629 or 4975592. OLE color: 4975592.
HSL color Cylindrical-coordinate representation of color #E8EB4B: hue angle of 61.12º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8EB4B is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 235 | 75 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.08 |
| HSL | 61.13º | 0.8% | 0.61% | - |
| HSV(B) | 61.13º | 0.68% | 0.92% | - |
| XYZ | 64.26 | 77.08 | 18.15 | - |
| YUV | 215.86 | 48.51 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 235 | 75 | 0.01 | 0 | 0.68 | 0.08 | 61.13 | 0.8 | 0.61 |
| Hex | E8 | EB | 4B | 1 | 0 | 44 | 8 | 3D | 50 | 3D |
| Octal | 350 | 353 | 113 | 1 | 0 | 104 | 10 | 75 | 120 | 75 |
| Binary | 11101000 | 11101011 | 1001011 | 1 | 0 | 1000100 | 1000 | 111101 | 1010000 | 111101 |
Color Harmonies of #E8EB4B
Complementary color
Monochromatic Colors of #E8EB4B
Black with #E8EB4B
Text Example
Text Example
White with #E8EB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EB4B; }
p { color: rgb(232,235,75); }
H1.HeaderClassName
{
color: #E8EB4B;
}
.AnyTagClassName
{
color: #E8EB4B;
}
</style>
background-color css
<style>
a { background-color: #E8EB4B; }
a { background-color: rgb(232,235,75); }
div.DivClassName
{
background-color: #E8EB4B;
}
.BgClassName
{
background-color: #E8EB4B;
}
</style>
border-color css
<style>
span { border-color: #E8EB4B; }
span { border-color: rgb(232,235,75); }
td.TdClassName
{
border-color: #E8EB4B;
}
.TagClassName
{
border-color: #E8EB4B;
}
</style>