Shades of Manz #EDE148
Tints of Manz #EDE148
RGB
CMYK
RGB Variations
Color information
#EDE148 (or 0xEDE148) is known color: Manz. HEX triplet: ED, E1 and 48. RGB value is (237,225,72). Sum of RGB (Red+Green+Blue) = 237+225+72=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 72 (28.52% from 255 or 13.48% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE148 is #121EB7. Grayscale: #D3D3D3. Windows color (decimal): -1187512 or 4776429. OLE color: 4776429.
HSL color Cylindrical-coordinate representation of color #EDE148: hue angle of 55.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDE148 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 72 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.07 |
| HSL | 55.64º | 0.82% | 0.61% | - |
| HSV(B) | 55.64º | 0.7% | 0.93% | - |
| XYZ | 63.02 | 72.32 | 16.77 | - |
| YUV | 211.15 | 49.48 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 72 | 0 | 0.05 | 0.70 | 0.07 | 55.64 | 0.82 | 0.61 |
| Hex | ED | E1 | 48 | 0 | 5 | 46 | 7 | 38 | 52 | 3D |
| Octal | 355 | 341 | 110 | 0 | 5 | 106 | 7 | 70 | 122 | 75 |
| Binary | 11101101 | 11100001 | 1001000 | 0 | 101 | 1000110 | 111 | 111000 | 1010010 | 111101 |
Color Harmonies of #EDE148
Complementary color
Monochromatic Colors of #EDE148
Black with #EDE148
Text Example
Text Example
White with #EDE148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE148; }
p { color: rgb(237,225,72); }
H1.HeaderClassName
{
color: #EDE148;
}
.AnyTagClassName
{
color: #EDE148;
}
</style>
background-color css
<style>
a { background-color: #EDE148; }
a { background-color: rgb(237,225,72); }
div.DivClassName
{
background-color: #EDE148;
}
.BgClassName
{
background-color: #EDE148;
}
</style>
border-color css
<style>
span { border-color: #EDE148; }
span { border-color: rgb(237,225,72); }
td.TdClassName
{
border-color: #EDE148;
}
.TagClassName
{
border-color: #EDE148;
}
</style>