Shades of Manz #EAD84C
Tints of Manz #EAD84C
RGB
CMYK
RGB Variations
Color information
#EAD84C (or 0xEAD84C) is known color: Manz. HEX triplet: EA, D8 and 4C. RGB value is (234,216,76). Sum of RGB (Red+Green+Blue) = 234+216+76=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 76 (30.08% from 255 or 14.45% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD84C is #1527B3. Grayscale: #CECECE. Windows color (decimal): -1386420 or 5036266. OLE color: 5036266.
HSL color Cylindrical-coordinate representation of color #EAD84C: hue angle of 53.16º 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 #EAD84C is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 216 | 76 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.08 |
| HSL | 53.16º | 0.79% | 0.61% | - |
| HSV(B) | 53.16º | 0.68% | 0.92% | - |
| XYZ | 59.79 | 67.13 | 16.64 | - |
| YUV | 205.42 | 54.96 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 216 | 76 | 0 | 0.08 | 0.68 | 0.08 | 53.16 | 0.79 | 0.61 |
| Hex | EA | D8 | 4C | 0 | 8 | 44 | 8 | 35 | 4F | 3D |
| Octal | 352 | 330 | 114 | 0 | 10 | 104 | 10 | 65 | 117 | 75 |
| Binary | 11101010 | 11011000 | 1001100 | 0 | 1000 | 1000100 | 1000 | 110101 | 1001111 | 111101 |
Color Harmonies of #EAD84C
Complementary color
Monochromatic Colors of #EAD84C
Black with #EAD84C
Text Example
Text Example
White with #EAD84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD84C; }
p { color: rgb(234,216,76); }
H1.HeaderClassName
{
color: #EAD84C;
}
.AnyTagClassName
{
color: #EAD84C;
}
</style>
background-color css
<style>
a { background-color: #EAD84C; }
a { background-color: rgb(234,216,76); }
div.DivClassName
{
background-color: #EAD84C;
}
.BgClassName
{
background-color: #EAD84C;
}
</style>
border-color css
<style>
span { border-color: #EAD84C; }
span { border-color: rgb(234,216,76); }
td.TdClassName
{
border-color: #EAD84C;
}
.TagClassName
{
border-color: #EAD84C;
}
</style>