Shades of Manz #E6E04B
Tints of Manz #E6E04B
RGB
CMYK
RGB Variations
Color information
#E6E04B (or 0xE6E04B) is known color: Manz. HEX triplet: E6, E0 and 4B. RGB value is (230,224,75). Sum of RGB (Red+Green+Blue) = 230+224+75=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 75 (29.69% from 255 or 14.18% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E04B is #191FB4. Grayscale: #D1D1D1. Windows color (decimal): -1646517 or 4972774. OLE color: 4972774.
HSL color Cylindrical-coordinate representation of color #E6E04B: hue angle of 57.68º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6E04B is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 224 | 75 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.10 |
| HSL | 57.68º | 0.76% | 0.6% | - |
| HSV(B) | 57.68º | 0.67% | 0.9% | - |
| XYZ | 60.56 | 70.64 | 17.1 | - |
| YUV | 208.81 | 52.49 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 224 | 75 | 0 | 0.03 | 0.67 | 0.10 | 57.68 | 0.76 | 0.6 |
| Hex | E6 | E0 | 4B | 0 | 3 | 43 | A | 3A | 4C | 3C |
| Octal | 346 | 340 | 113 | 0 | 3 | 103 | 12 | 72 | 114 | 74 |
| Binary | 11100110 | 11100000 | 1001011 | 0 | 11 | 1000011 | 1010 | 111010 | 1001100 | 111100 |
Color Harmonies of #E6E04B
Complementary color
Monochromatic Colors of #E6E04B
Black with #E6E04B
Text Example
Text Example
White with #E6E04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E04B; }
p { color: rgb(230,224,75); }
H1.HeaderClassName
{
color: #E6E04B;
}
.AnyTagClassName
{
color: #E6E04B;
}
</style>
background-color css
<style>
a { background-color: #E6E04B; }
a { background-color: rgb(230,224,75); }
div.DivClassName
{
background-color: #E6E04B;
}
.BgClassName
{
background-color: #E6E04B;
}
</style>
border-color css
<style>
span { border-color: #E6E04B; }
span { border-color: rgb(230,224,75); }
td.TdClassName
{
border-color: #E6E04B;
}
.TagClassName
{
border-color: #E6E04B;
}
</style>