Shades of Manz #E7DB4D
Tints of Manz #E7DB4D
RGB
CMYK
RGB Variations
Color information
#E7DB4D (or 0xE7DB4D) is known color: Manz. HEX triplet: E7, DB and 4D. RGB value is (231,219,77). Sum of RGB (Red+Green+Blue) = 231+219+77=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 77 (30.47% from 255 or 14.61% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DB4D is #1824B2. Grayscale: #CECECE. Windows color (decimal): -1582259 or 5102567. OLE color: 5102567.
HSL color Cylindrical-coordinate representation of color #E7DB4D: hue angle of 55.32º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7DB4D is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 77 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.09 |
| HSL | 55.32º | 0.76% | 0.6% | - |
| HSV(B) | 55.32º | 0.67% | 0.91% | - |
| XYZ | 59.63 | 68.19 | 17.04 | - |
| YUV | 206.4 | 54.98 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 77 | 0 | 0.05 | 0.67 | 0.09 | 55.32 | 0.76 | 0.6 |
| Hex | E7 | DB | 4D | 0 | 5 | 43 | 9 | 37 | 4C | 3C |
| Octal | 347 | 333 | 115 | 0 | 5 | 103 | 11 | 67 | 114 | 74 |
| Binary | 11100111 | 11011011 | 1001101 | 0 | 101 | 1000011 | 1001 | 110111 | 1001100 | 111100 |
Color Harmonies of #E7DB4D
Complementary color
Monochromatic Colors of #E7DB4D
Black with #E7DB4D
Text Example
Text Example
White with #E7DB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB4D; }
p { color: rgb(231,219,77); }
H1.HeaderClassName
{
color: #E7DB4D;
}
.AnyTagClassName
{
color: #E7DB4D;
}
</style>
background-color css
<style>
a { background-color: #E7DB4D; }
a { background-color: rgb(231,219,77); }
div.DivClassName
{
background-color: #E7DB4D;
}
.BgClassName
{
background-color: #E7DB4D;
}
</style>
border-color css
<style>
span { border-color: #E7DB4D; }
span { border-color: rgb(231,219,77); }
td.TdClassName
{
border-color: #E7DB4D;
}
.TagClassName
{
border-color: #E7DB4D;
}
</style>