Shades of Manz #EADD4C
Tints of Manz #EADD4C
RGB
CMYK
RGB Variations
Color information
#EADD4C (or 0xEADD4C) is known color: Manz. HEX triplet: EA, DD and 4C. RGB value is (234,221,76). Sum of RGB (Red+Green+Blue) = 234+221+76=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 76 (30.08% from 255 or 14.31% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD4C is #1522B3. Grayscale: #D0D0D0. Windows color (decimal): -1385140 or 5037546. OLE color: 5037546.
HSL color Cylindrical-coordinate representation of color #EADD4C: hue angle of 55.06º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EADD4C is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 76 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.08 |
| HSL | 55.06º | 0.79% | 0.61% | - |
| HSV(B) | 55.06º | 0.68% | 0.92% | - |
| XYZ | 61.09 | 69.73 | 17.08 | - |
| YUV | 208.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 76 | 0 | 0.06 | 0.68 | 0.08 | 55.06 | 0.79 | 0.61 |
| Hex | EA | DD | 4C | 0 | 6 | 44 | 8 | 37 | 4F | 3D |
| Octal | 352 | 335 | 114 | 0 | 6 | 104 | 10 | 67 | 117 | 75 |
| Binary | 11101010 | 11011101 | 1001100 | 0 | 110 | 1000100 | 1000 | 110111 | 1001111 | 111101 |
Color Harmonies of #EADD4C
Complementary color
Monochromatic Colors of #EADD4C
Black with #EADD4C
Text Example
Text Example
White with #EADD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD4C; }
p { color: rgb(234,221,76); }
H1.HeaderClassName
{
color: #EADD4C;
}
.AnyTagClassName
{
color: #EADD4C;
}
</style>
background-color css
<style>
a { background-color: #EADD4C; }
a { background-color: rgb(234,221,76); }
div.DivClassName
{
background-color: #EADD4C;
}
.BgClassName
{
background-color: #EADD4C;
}
</style>
border-color css
<style>
span { border-color: #EADD4C; }
span { border-color: rgb(234,221,76); }
td.TdClassName
{
border-color: #EADD4C;
}
.TagClassName
{
border-color: #EADD4C;
}
</style>