Shades of Manz #E6E54F
Tints of Manz #E6E54F
RGB
CMYK
RGB Variations
Color information
#E6E54F (or 0xE6E54F) is known color: Manz. HEX triplet: E6, E5 and 4F. RGB value is (230,229,79). Sum of RGB (Red+Green+Blue) = 230+229+79=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 79 (31.25% from 255 or 14.68% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E54F is #191AB0. Grayscale: #D4D4D4. Windows color (decimal): -1645233 or 5236198. OLE color: 5236198.
HSL color Cylindrical-coordinate representation of color #E6E54F: hue angle of 59.6º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6E54F is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 229 | 79 | - |
| CMYK | 0 | 0.00 | 0.66 | 0.10 |
| HSL | 59.6º | 0.75% | 0.61% | - |
| HSV(B) | 59.6º | 0.66% | 0.9% | - |
| XYZ | 62.06 | 73.43 | 18.3 | - |
| YUV | 212.2 | 52.83 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 229 | 79 | 0 | 0.00 | 0.66 | 0.10 | 59.6 | 0.75 | 0.61 |
| Hex | E6 | E5 | 4F | 0 | 0 | 42 | A | 3C | 4B | 3D |
| Octal | 346 | 345 | 117 | 0 | 0 | 102 | 12 | 74 | 113 | 75 |
| Binary | 11100110 | 11100101 | 1001111 | 0 | 0 | 1000010 | 1010 | 111100 | 1001011 | 111101 |
Color Harmonies of #E6E54F
Complementary color
Monochromatic Colors of #E6E54F
Black with #E6E54F
Text Example
Text Example
White with #E6E54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E54F; }
p { color: rgb(230,229,79); }
H1.HeaderClassName
{
color: #E6E54F;
}
.AnyTagClassName
{
color: #E6E54F;
}
</style>
background-color css
<style>
a { background-color: #E6E54F; }
a { background-color: rgb(230,229,79); }
div.DivClassName
{
background-color: #E6E54F;
}
.BgClassName
{
background-color: #E6E54F;
}
</style>
border-color css
<style>
span { border-color: #E6E54F; }
span { border-color: rgb(230,229,79); }
td.TdClassName
{
border-color: #E6E54F;
}
.TagClassName
{
border-color: #E6E54F;
}
</style>