Shades of Manz #E5DF5A
Tints of Manz #E5DF5A
RGB
CMYK
RGB Variations
Color information
#E5DF5A (or 0xE5DF5A) is known color: Manz. HEX triplet: E5, DF and 5A. RGB value is (229,223,90). Sum of RGB (Red+Green+Blue) = 229+223+90=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DF5A is #1A20A5. Grayscale: #D2D2D2. Windows color (decimal): -1712294 or 5955557. OLE color: 5955557.
HSL color Cylindrical-coordinate representation of color #E5DF5A: hue angle of 57.41º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5DF5A is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 90 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.10 |
| HSL | 57.41º | 0.73% | 0.63% | - |
| HSV(B) | 57.41º | 0.61% | 0.9% | - |
| XYZ | 60.55 | 70.17 | 20.03 | - |
| YUV | 209.63 | 60.49 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 90 | 0 | 0.03 | 0.61 | 0.10 | 57.41 | 0.73 | 0.63 |
| Hex | E5 | DF | 5A | 0 | 3 | 3D | A | 39 | 49 | 3F |
| Octal | 345 | 337 | 132 | 0 | 3 | 75 | 12 | 71 | 111 | 77 |
| Binary | 11100101 | 11011111 | 1011010 | 0 | 11 | 111101 | 1010 | 111001 | 1001001 | 111111 |
Color Harmonies of #E5DF5A
Complementary color
Monochromatic Colors of #E5DF5A
Black with #E5DF5A
Text Example
Text Example
White with #E5DF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DF5A; }
p { color: rgb(229,223,90); }
H1.HeaderClassName
{
color: #E5DF5A;
}
.AnyTagClassName
{
color: #E5DF5A;
}
</style>
background-color css
<style>
a { background-color: #E5DF5A; }
a { background-color: rgb(229,223,90); }
div.DivClassName
{
background-color: #E5DF5A;
}
.BgClassName
{
background-color: #E5DF5A;
}
</style>
border-color css
<style>
span { border-color: #E5DF5A; }
span { border-color: rgb(229,223,90); }
td.TdClassName
{
border-color: #E5DF5A;
}
.TagClassName
{
border-color: #E5DF5A;
}
</style>