Shades of Manz #E6DD4A
Tints of Manz #E6DD4A
RGB
CMYK
RGB Variations
Color information
#E6DD4A (or 0xE6DD4A) is known color: Manz. HEX triplet: E6, DD and 4A. RGB value is (230,221,74). Sum of RGB (Red+Green+Blue) = 230+221+74=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DD4A is #1922B5. Grayscale: #CFCFCF. Windows color (decimal): -1647286 or 4906470. OLE color: 4906470.
HSL color Cylindrical-coordinate representation of color #E6DD4A: hue angle of 56.54º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6DD4A is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 74 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.10 |
| HSL | 56.54º | 0.76% | 0.6% | - |
| HSV(B) | 56.54º | 0.68% | 0.9% | - |
| XYZ | 59.73 | 69.03 | 16.65 | - |
| YUV | 206.93 | 52.98 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 74 | 0 | 0.04 | 0.68 | 0.10 | 56.54 | 0.76 | 0.6 |
| Hex | E6 | DD | 4A | 0 | 4 | 44 | A | 39 | 4C | 3C |
| Octal | 346 | 335 | 112 | 0 | 4 | 104 | 12 | 71 | 114 | 74 |
| Binary | 11100110 | 11011101 | 1001010 | 0 | 100 | 1000100 | 1010 | 111001 | 1001100 | 111100 |
Color Harmonies of #E6DD4A
Complementary color
Monochromatic Colors of #E6DD4A
Black with #E6DD4A
Text Example
Text Example
White with #E6DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD4A; }
p { color: rgb(230,221,74); }
H1.HeaderClassName
{
color: #E6DD4A;
}
.AnyTagClassName
{
color: #E6DD4A;
}
</style>
background-color css
<style>
a { background-color: #E6DD4A; }
a { background-color: rgb(230,221,74); }
div.DivClassName
{
background-color: #E6DD4A;
}
.BgClassName
{
background-color: #E6DD4A;
}
</style>
border-color css
<style>
span { border-color: #E6DD4A; }
span { border-color: rgb(230,221,74); }
td.TdClassName
{
border-color: #E6DD4A;
}
.TagClassName
{
border-color: #E6DD4A;
}
</style>