Shades of Manz #EDE051
Tints of Manz #EDE051
RGB
CMYK
RGB Variations
Color information
#EDE051 (or 0xEDE051) is known color: Manz. HEX triplet: ED, E0 and 51. RGB value is (237,224,81). Sum of RGB (Red+Green+Blue) = 237+224+81=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 81 (32.03% from 255 or 14.94% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE051 is #121FAE. Grayscale: #D4D4D4. Windows color (decimal): -1187759 or 5365997. OLE color: 5365997.
HSL color Cylindrical-coordinate representation of color #EDE051: hue angle of 55º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDE051 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 81 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.07 |
| HSL | 55º | 0.81% | 0.62% | - |
| HSV(B) | 55º | 0.66% | 0.93% | - |
| XYZ | 63.07 | 71.91 | 18.34 | - |
| YUV | 211.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 81 | 0 | 0.05 | 0.66 | 0.07 | 55 | 0.81 | 0.62 |
| Hex | ED | E0 | 51 | 0 | 5 | 42 | 7 | 37 | 51 | 3E |
| Octal | 355 | 340 | 121 | 0 | 5 | 102 | 7 | 67 | 121 | 76 |
| Binary | 11101101 | 11100000 | 1010001 | 0 | 101 | 1000010 | 111 | 110111 | 1010001 | 111110 |
Color Harmonies of #EDE051
Complementary color
Monochromatic Colors of #EDE051
Black with #EDE051
Text Example
Text Example
White with #EDE051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE051; }
p { color: rgb(237,224,81); }
H1.HeaderClassName
{
color: #EDE051;
}
.AnyTagClassName
{
color: #EDE051;
}
</style>
background-color css
<style>
a { background-color: #EDE051; }
a { background-color: rgb(237,224,81); }
div.DivClassName
{
background-color: #EDE051;
}
.BgClassName
{
background-color: #EDE051;
}
</style>
border-color css
<style>
span { border-color: #EDE051; }
span { border-color: rgb(237,224,81); }
td.TdClassName
{
border-color: #EDE051;
}
.TagClassName
{
border-color: #EDE051;
}
</style>