Shades of Manz #EADD4A
Tints of Manz #EADD4A
RGB
CMYK
RGB Variations
Color information
#EADD4A (or 0xEADD4A) is known color: Manz. HEX triplet: EA, DD and 4A. RGB value is (234,221,74). Sum of RGB (Red+Green+Blue) = 234+221+74=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD4A is #1522B5. Grayscale: #D0D0D0. Windows color (decimal): -1385142 or 4906474. OLE color: 4906474.
HSL color Cylindrical-coordinate representation of color #EADD4A: hue angle of 55.12º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EADD4A is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 74 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.08 |
| HSL | 55.13º | 0.79% | 0.6% | - |
| HSV(B) | 55.13º | 0.68% | 0.92% | - |
| XYZ | 61.02 | 69.7 | 16.72 | - |
| YUV | 208.13 | 52.31 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 74 | 0 | 0.06 | 0.68 | 0.08 | 55.13 | 0.79 | 0.6 |
| Hex | EA | DD | 4A | 0 | 6 | 44 | 8 | 37 | 4F | 3C |
| Octal | 352 | 335 | 112 | 0 | 6 | 104 | 10 | 67 | 117 | 74 |
| Binary | 11101010 | 11011101 | 1001010 | 0 | 110 | 1000100 | 1000 | 110111 | 1001111 | 111100 |
Color Harmonies of #EADD4A
Complementary color
Monochromatic Colors of #EADD4A
Black with #EADD4A
Text Example
Text Example
White with #EADD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD4A; }
p { color: rgb(234,221,74); }
H1.HeaderClassName
{
color: #EADD4A;
}
.AnyTagClassName
{
color: #EADD4A;
}
</style>
background-color css
<style>
a { background-color: #EADD4A; }
a { background-color: rgb(234,221,74); }
div.DivClassName
{
background-color: #EADD4A;
}
.BgClassName
{
background-color: #EADD4A;
}
</style>
border-color css
<style>
span { border-color: #EADD4A; }
span { border-color: rgb(234,221,74); }
td.TdClassName
{
border-color: #EADD4A;
}
.TagClassName
{
border-color: #EADD4A;
}
</style>