Shades of Manz #E6DB4E
Tints of Manz #E6DB4E
RGB
CMYK
RGB Variations
Color information
#E6DB4E (or 0xE6DB4E) is known color: Manz. HEX triplet: E6, DB and 4E. RGB value is (230,219,78). Sum of RGB (Red+Green+Blue) = 230+219+78=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DB4E is #1924B1. Grayscale: #CECECE. Windows color (decimal): -1647794 or 5168102. OLE color: 5168102.
HSL color Cylindrical-coordinate representation of color #E6DB4E: hue angle of 55.66º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6DB4E is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 78 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.10 |
| HSL | 55.66º | 0.75% | 0.6% | - |
| HSV(B) | 55.66º | 0.66% | 0.9% | - |
| XYZ | 59.34 | 68.04 | 17.21 | - |
| YUV | 206.22 | 55.64 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 78 | 0 | 0.05 | 0.66 | 0.10 | 55.66 | 0.75 | 0.6 |
| Hex | E6 | DB | 4E | 0 | 5 | 42 | A | 38 | 4B | 3C |
| Octal | 346 | 333 | 116 | 0 | 5 | 102 | 12 | 70 | 113 | 74 |
| Binary | 11100110 | 11011011 | 1001110 | 0 | 101 | 1000010 | 1010 | 111000 | 1001011 | 111100 |
Color Harmonies of #E6DB4E
Complementary color
Monochromatic Colors of #E6DB4E
Black with #E6DB4E
Text Example
Text Example
White with #E6DB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB4E; }
p { color: rgb(230,219,78); }
H1.HeaderClassName
{
color: #E6DB4E;
}
.AnyTagClassName
{
color: #E6DB4E;
}
</style>
background-color css
<style>
a { background-color: #E6DB4E; }
a { background-color: rgb(230,219,78); }
div.DivClassName
{
background-color: #E6DB4E;
}
.BgClassName
{
background-color: #E6DB4E;
}
</style>
border-color css
<style>
span { border-color: #E6DB4E; }
span { border-color: rgb(230,219,78); }
td.TdClassName
{
border-color: #E6DB4E;
}
.TagClassName
{
border-color: #E6DB4E;
}
</style>