Shades of Manz #E7DF5A
Tints of Manz #E7DF5A
RGB
CMYK
RGB Variations
Color information
#E7DF5A (or 0xE7DF5A) is known color: Manz. HEX triplet: E7, DF and 5A. RGB value is (231,223,90). Sum of RGB (Red+Green+Blue) = 231+223+90=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DF5A is #1820A5. Grayscale: #D2D2D2. Windows color (decimal): -1581222 or 5955559. OLE color: 5955559.
HSL color Cylindrical-coordinate representation of color #E7DF5A: hue angle of 56.6º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7DF5A is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 90 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.09 |
| HSL | 56.6º | 0.75% | 0.63% | - |
| HSV(B) | 56.6º | 0.61% | 0.91% | - |
| XYZ | 61.19 | 70.5 | 20.06 | - |
| YUV | 210.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 90 | 0 | 0.03 | 0.61 | 0.09 | 56.6 | 0.75 | 0.63 |
| Hex | E7 | DF | 5A | 0 | 3 | 3D | 9 | 39 | 4B | 3F |
| Octal | 347 | 337 | 132 | 0 | 3 | 75 | 11 | 71 | 113 | 77 |
| Binary | 11100111 | 11011111 | 1011010 | 0 | 11 | 111101 | 1001 | 111001 | 1001011 | 111111 |
Color Harmonies of #E7DF5A
Complementary color
Monochromatic Colors of #E7DF5A
Black with #E7DF5A
Text Example
Text Example
White with #E7DF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DF5A; }
p { color: rgb(231,223,90); }
H1.HeaderClassName
{
color: #E7DF5A;
}
.AnyTagClassName
{
color: #E7DF5A;
}
</style>
background-color css
<style>
a { background-color: #E7DF5A; }
a { background-color: rgb(231,223,90); }
div.DivClassName
{
background-color: #E7DF5A;
}
.BgClassName
{
background-color: #E7DF5A;
}
</style>
border-color css
<style>
span { border-color: #E7DF5A; }
span { border-color: rgb(231,223,90); }
td.TdClassName
{
border-color: #E7DF5A;
}
.TagClassName
{
border-color: #E7DF5A;
}
</style>