Shades of Manz #EDE053
Tints of Manz #EDE053
RGB
CMYK
RGB Variations
Color information
#EDE053 (or 0xEDE053) is known color: Manz. HEX triplet: ED, E0 and 53. RGB value is (237,224,83). Sum of RGB (Red+Green+Blue) = 237+224+83=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 83 (32.81% from 255 or 15.26% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE053 is #121FAC. Grayscale: #D4D4D4. Windows color (decimal): -1187757 or 5497069. OLE color: 5497069.
HSL color Cylindrical-coordinate representation of color #EDE053: hue angle of 54.94º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDE053 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 83 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.07 |
| HSL | 54.94º | 0.81% | 0.63% | - |
| HSV(B) | 54.94º | 0.65% | 0.93% | - |
| XYZ | 63.14 | 71.94 | 18.74 | - |
| YUV | 211.81 | 55.31 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 83 | 0 | 0.05 | 0.65 | 0.07 | 54.94 | 0.81 | 0.63 |
| Hex | ED | E0 | 53 | 0 | 5 | 41 | 7 | 37 | 51 | 3F |
| Octal | 355 | 340 | 123 | 0 | 5 | 101 | 7 | 67 | 121 | 77 |
| Binary | 11101101 | 11100000 | 1010011 | 0 | 101 | 1000001 | 111 | 110111 | 1010001 | 111111 |
Color Harmonies of #EDE053
Complementary color
Monochromatic Colors of #EDE053
Black with #EDE053
Text Example
Text Example
White with #EDE053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE053; }
p { color: rgb(237,224,83); }
H1.HeaderClassName
{
color: #EDE053;
}
.AnyTagClassName
{
color: #EDE053;
}
</style>
background-color css
<style>
a { background-color: #EDE053; }
a { background-color: rgb(237,224,83); }
div.DivClassName
{
background-color: #EDE053;
}
.BgClassName
{
background-color: #EDE053;
}
</style>
border-color css
<style>
span { border-color: #EDE053; }
span { border-color: rgb(237,224,83); }
td.TdClassName
{
border-color: #EDE053;
}
.TagClassName
{
border-color: #EDE053;
}
</style>