Shades of Manz #EDE052
Tints of Manz #EDE052
RGB
CMYK
RGB Variations
Color information
#EDE052 (or 0xEDE052) is known color: Manz. HEX triplet: ED, E0 and 52. RGB value is (237,224,82). Sum of RGB (Red+Green+Blue) = 237+224+82=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 82 (32.42% from 255 or 15.10% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE052 is #121FAD. Grayscale: #D4D4D4. Windows color (decimal): -1187758 or 5431533. OLE color: 5431533.
HSL color Cylindrical-coordinate representation of color #EDE052: hue angle of 54.97º 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 #EDE052 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 82 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.07 |
| HSL | 54.97º | 0.81% | 0.63% | - |
| HSV(B) | 54.97º | 0.65% | 0.93% | - |
| XYZ | 63.1 | 71.93 | 18.54 | - |
| YUV | 211.7 | 54.81 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 82 | 0 | 0.05 | 0.65 | 0.07 | 54.97 | 0.81 | 0.63 |
| Hex | ED | E0 | 52 | 0 | 5 | 41 | 7 | 37 | 51 | 3F |
| Octal | 355 | 340 | 122 | 0 | 5 | 101 | 7 | 67 | 121 | 77 |
| Binary | 11101101 | 11100000 | 1010010 | 0 | 101 | 1000001 | 111 | 110111 | 1010001 | 111111 |
Color Harmonies of #EDE052
Complementary color
Monochromatic Colors of #EDE052
Black with #EDE052
Text Example
Text Example
White with #EDE052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE052; }
p { color: rgb(237,224,82); }
H1.HeaderClassName
{
color: #EDE052;
}
.AnyTagClassName
{
color: #EDE052;
}
</style>
background-color css
<style>
a { background-color: #EDE052; }
a { background-color: rgb(237,224,82); }
div.DivClassName
{
background-color: #EDE052;
}
.BgClassName
{
background-color: #EDE052;
}
</style>
border-color css
<style>
span { border-color: #EDE052; }
span { border-color: rgb(237,224,82); }
td.TdClassName
{
border-color: #EDE052;
}
.TagClassName
{
border-color: #EDE052;
}
</style>