Shades of Manz #EADB48
Tints of Manz #EADB48
RGB
CMYK
RGB Variations
Color information
#EADB48 (or 0xEADB48) is known color: Manz. HEX triplet: EA, DB and 48. RGB value is (234,219,72). Sum of RGB (Red+Green+Blue) = 234+219+72=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 72 (28.52% from 255 or 13.71% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB48 is #1524B7. Grayscale: #CFCFCF. Windows color (decimal): -1385656 or 4774890. OLE color: 4774890.
HSL color Cylindrical-coordinate representation of color #EADB48: hue angle of 54.44º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EADB48 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 72 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.08 |
| HSL | 54.44º | 0.79% | 0.6% | - |
| HSV(B) | 54.44º | 0.69% | 0.92% | - |
| XYZ | 60.43 | 68.62 | 16.19 | - |
| YUV | 206.73 | 51.97 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 72 | 0 | 0.06 | 0.69 | 0.08 | 54.44 | 0.79 | 0.6 |
| Hex | EA | DB | 48 | 0 | 6 | 45 | 8 | 36 | 4F | 3C |
| Octal | 352 | 333 | 110 | 0 | 6 | 105 | 10 | 66 | 117 | 74 |
| Binary | 11101010 | 11011011 | 1001000 | 0 | 110 | 1000101 | 1000 | 110110 | 1001111 | 111100 |
Color Harmonies of #EADB48
Complementary color
Monochromatic Colors of #EADB48
Black with #EADB48
Text Example
Text Example
White with #EADB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB48; }
p { color: rgb(234,219,72); }
H1.HeaderClassName
{
color: #EADB48;
}
.AnyTagClassName
{
color: #EADB48;
}
</style>
background-color css
<style>
a { background-color: #EADB48; }
a { background-color: rgb(234,219,72); }
div.DivClassName
{
background-color: #EADB48;
}
.BgClassName
{
background-color: #EADB48;
}
</style>
border-color css
<style>
span { border-color: #EADB48; }
span { border-color: rgb(234,219,72); }
td.TdClassName
{
border-color: #EADB48;
}
.TagClassName
{
border-color: #EADB48;
}
</style>