Shades of Manz #E9DF4A
Tints of Manz #E9DF4A
RGB
CMYK
RGB Variations
Color information
#E9DF4A (or 0xE9DF4A) is known color: Manz. HEX triplet: E9, DF and 4A. RGB value is (233,223,74). Sum of RGB (Red+Green+Blue) = 233+223+74=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 74 (29.30% from 255 or 13.96% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DF4A is #1620B5. Grayscale: #D1D1D1. Windows color (decimal): -1450166 or 4906985. OLE color: 4906985.
HSL color Cylindrical-coordinate representation of color #E9DF4A: hue angle of 56.23º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9DF4A is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 74 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.09 |
| HSL | 56.23º | 0.78% | 0.6% | - |
| HSV(B) | 56.23º | 0.68% | 0.91% | - |
| XYZ | 61.23 | 70.59 | 16.88 | - |
| YUV | 209 | 51.81 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 74 | 0 | 0.04 | 0.68 | 0.09 | 56.23 | 0.78 | 0.6 |
| Hex | E9 | DF | 4A | 0 | 4 | 44 | 9 | 38 | 4E | 3C |
| Octal | 351 | 337 | 112 | 0 | 4 | 104 | 11 | 70 | 116 | 74 |
| Binary | 11101001 | 11011111 | 1001010 | 0 | 100 | 1000100 | 1001 | 111000 | 1001110 | 111100 |
Color Harmonies of #E9DF4A
Complementary color
Monochromatic Colors of #E9DF4A
Black with #E9DF4A
Text Example
Text Example
White with #E9DF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DF4A; }
p { color: rgb(233,223,74); }
H1.HeaderClassName
{
color: #E9DF4A;
}
.AnyTagClassName
{
color: #E9DF4A;
}
</style>
background-color css
<style>
a { background-color: #E9DF4A; }
a { background-color: rgb(233,223,74); }
div.DivClassName
{
background-color: #E9DF4A;
}
.BgClassName
{
background-color: #E9DF4A;
}
</style>
border-color css
<style>
span { border-color: #E9DF4A; }
span { border-color: rgb(233,223,74); }
td.TdClassName
{
border-color: #E9DF4A;
}
.TagClassName
{
border-color: #E9DF4A;
}
</style>