Shades of Manz #E7EA4B
Tints of Manz #E7EA4B
RGB
CMYK
RGB Variations
Color information
#E7EA4B (or 0xE7EA4B) is known color: Manz. HEX triplet: E7, EA and 4B. RGB value is (231,234,75). Sum of RGB (Red+Green+Blue) = 231+234+75=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 75 (29.69% from 255 or 13.89% from 540); Max value from RGB is 234 - color contains mainly: green. Hex color #E7EA4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7EA4B is #1815B4. Grayscale: #D7D7D7. Windows color (decimal): -1578421 or 4975335. OLE color: 4975335.
HSL color Cylindrical-coordinate representation of color #E7EA4B: hue angle of 61.13º degrees, saturation: 0.79, 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 #E7EA4B is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 234 | 75 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.08 |
| HSL | 61.13º | 0.79% | 0.61% | - |
| HSV(B) | 61.13º | 0.68% | 0.92% | - |
| XYZ | 63.65 | 76.34 | 18.04 | - |
| YUV | 214.98 | 49.01 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 234 | 75 | 0.01 | 0 | 0.68 | 0.08 | 61.13 | 0.79 | 0.61 |
| Hex | E7 | EA | 4B | 1 | 0 | 44 | 8 | 3D | 4F | 3D |
| Octal | 347 | 352 | 113 | 1 | 0 | 104 | 10 | 75 | 117 | 75 |
| Binary | 11100111 | 11101010 | 1001011 | 1 | 0 | 1000100 | 1000 | 111101 | 1001111 | 111101 |
Color Harmonies of #E7EA4B
Complementary color
Monochromatic Colors of #E7EA4B
Black with #E7EA4B
Text Example
Text Example
White with #E7EA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EA4B; }
p { color: rgb(231,234,75); }
H1.HeaderClassName
{
color: #E7EA4B;
}
.AnyTagClassName
{
color: #E7EA4B;
}
</style>
background-color css
<style>
a { background-color: #E7EA4B; }
a { background-color: rgb(231,234,75); }
div.DivClassName
{
background-color: #E7EA4B;
}
.BgClassName
{
background-color: #E7EA4B;
}
</style>
border-color css
<style>
span { border-color: #E7EA4B; }
span { border-color: rgb(231,234,75); }
td.TdClassName
{
border-color: #E7EA4B;
}
.TagClassName
{
border-color: #E7EA4B;
}
</style>