Shades of Manz #EADC4C
Tints of Manz #EADC4C
RGB
CMYK
RGB Variations
Color information
#EADC4C (or 0xEADC4C) is known color: Manz. HEX triplet: EA, DC and 4C. RGB value is (234,220,76). Sum of RGB (Red+Green+Blue) = 234+220+76=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 76 (30.08% from 255 or 14.34% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC4C is #1523B3. Grayscale: #D0D0D0. Windows color (decimal): -1385396 or 5037290. OLE color: 5037290.
HSL color Cylindrical-coordinate representation of color #EADC4C: hue angle of 54.68º 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 #EADC4C is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 76 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.08 |
| HSL | 54.68º | 0.79% | 0.61% | - |
| HSV(B) | 54.68º | 0.68% | 0.92% | - |
| XYZ | 60.83 | 69.2 | 16.99 | - |
| YUV | 207.77 | 53.64 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 76 | 0 | 0.06 | 0.68 | 0.08 | 54.68 | 0.79 | 0.61 |
| Hex | EA | DC | 4C | 0 | 6 | 44 | 8 | 37 | 4F | 3D |
| Octal | 352 | 334 | 114 | 0 | 6 | 104 | 10 | 67 | 117 | 75 |
| Binary | 11101010 | 11011100 | 1001100 | 0 | 110 | 1000100 | 1000 | 110111 | 1001111 | 111101 |
Color Harmonies of #EADC4C
Complementary color
Monochromatic Colors of #EADC4C
Black with #EADC4C
Text Example
Text Example
White with #EADC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC4C; }
p { color: rgb(234,220,76); }
H1.HeaderClassName
{
color: #EADC4C;
}
.AnyTagClassName
{
color: #EADC4C;
}
</style>
background-color css
<style>
a { background-color: #EADC4C; }
a { background-color: rgb(234,220,76); }
div.DivClassName
{
background-color: #EADC4C;
}
.BgClassName
{
background-color: #EADC4C;
}
</style>
border-color css
<style>
span { border-color: #EADC4C; }
span { border-color: rgb(234,220,76); }
td.TdClassName
{
border-color: #EADC4C;
}
.TagClassName
{
border-color: #EADC4C;
}
</style>