Shades of Manz #E6E05B
Tints of Manz #E6E05B
RGB
CMYK
RGB Variations
Color information
#E6E05B (or 0xE6E05B) is known color: Manz. HEX triplet: E6, E0 and 5B. RGB value is (230,224,91). Sum of RGB (Red+Green+Blue) = 230+224+91=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 91 (35.94% from 255 or 16.70% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E05B is #191FA4. Grayscale: #D3D3D3. Windows color (decimal): -1646501 or 6021350. OLE color: 6021350.
HSL color Cylindrical-coordinate representation of color #E6E05B: hue angle of 57.41º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6E05B is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 224 | 91 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.10 |
| HSL | 57.41º | 0.74% | 0.63% | - |
| HSV(B) | 57.41º | 0.6% | 0.9% | - |
| XYZ | 61.18 | 70.89 | 20.36 | - |
| YUV | 210.63 | 60.49 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 224 | 91 | 0 | 0.03 | 0.60 | 0.10 | 57.41 | 0.74 | 0.63 |
| Hex | E6 | E0 | 5B | 0 | 3 | 3C | A | 39 | 4A | 3F |
| Octal | 346 | 340 | 133 | 0 | 3 | 74 | 12 | 71 | 112 | 77 |
| Binary | 11100110 | 11100000 | 1011011 | 0 | 11 | 111100 | 1010 | 111001 | 1001010 | 111111 |
Color Harmonies of #E6E05B
Complementary color
Monochromatic Colors of #E6E05B
Black with #E6E05B
Text Example
Text Example
White with #E6E05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E05B; }
p { color: rgb(230,224,91); }
H1.HeaderClassName
{
color: #E6E05B;
}
.AnyTagClassName
{
color: #E6E05B;
}
</style>
background-color css
<style>
a { background-color: #E6E05B; }
a { background-color: rgb(230,224,91); }
div.DivClassName
{
background-color: #E6E05B;
}
.BgClassName
{
background-color: #E6E05B;
}
</style>
border-color css
<style>
span { border-color: #E6E05B; }
span { border-color: rgb(230,224,91); }
td.TdClassName
{
border-color: #E6E05B;
}
.TagClassName
{
border-color: #E6E05B;
}
</style>