Shades of Manz #E9DF5C
Tints of Manz #E9DF5C
RGB
CMYK
RGB Variations
Color information
#E9DF5C (or 0xE9DF5C) is known color: Manz. HEX triplet: E9, DF and 5C. RGB value is (233,223,92). Sum of RGB (Red+Green+Blue) = 233+223+92=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 92 (36.33% from 255 or 16.79% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DF5C is #1620A3. Grayscale: #D3D3D3. Windows color (decimal): -1450148 or 6086633. OLE color: 6086633.
HSL color Cylindrical-coordinate representation of color #E9DF5C: hue angle of 55.74º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9DF5C is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 92 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.09 |
| HSL | 55.74º | 0.76% | 0.64% | - |
| HSV(B) | 55.74º | 0.61% | 0.91% | - |
| XYZ | 61.92 | 70.87 | 20.54 | - |
| YUV | 211.06 | 60.81 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 92 | 0 | 0.04 | 0.61 | 0.09 | 55.74 | 0.76 | 0.64 |
| Hex | E9 | DF | 5C | 0 | 4 | 3D | 9 | 38 | 4C | 40 |
| Octal | 351 | 337 | 134 | 0 | 4 | 75 | 11 | 70 | 114 | 100 |
| Binary | 11101001 | 11011111 | 1011100 | 0 | 100 | 111101 | 1001 | 111000 | 1001100 | 1000000 |
Color Harmonies of #E9DF5C
Complementary color
Monochromatic Colors of #E9DF5C
Black with #E9DF5C
Text Example
Text Example
White with #E9DF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DF5C; }
p { color: rgb(233,223,92); }
H1.HeaderClassName
{
color: #E9DF5C;
}
.AnyTagClassName
{
color: #E9DF5C;
}
</style>
background-color css
<style>
a { background-color: #E9DF5C; }
a { background-color: rgb(233,223,92); }
div.DivClassName
{
background-color: #E9DF5C;
}
.BgClassName
{
background-color: #E9DF5C;
}
</style>
border-color css
<style>
span { border-color: #E9DF5C; }
span { border-color: rgb(233,223,92); }
td.TdClassName
{
border-color: #E9DF5C;
}
.TagClassName
{
border-color: #E9DF5C;
}
</style>