Shades of Manz #EDE553
Tints of Manz #EDE553
RGB
CMYK
RGB Variations
Color information
#EDE553 (or 0xEDE553) is known color: Manz. HEX triplet: ED, E5 and 53. RGB value is (237,229,83). Sum of RGB (Red+Green+Blue) = 237+229+83=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 229 (89.84% from 255 or 41.71% from 549); Blue value is 83 (32.81% from 255 or 15.12% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE553 is #121AAC. Grayscale: #D7D7D7. Windows color (decimal): -1186477 or 5498349. OLE color: 5498349.
HSL color Cylindrical-coordinate representation of color #EDE553: hue angle of 56.88º 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 #EDE553 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 83 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.07 |
| HSL | 56.88º | 0.81% | 0.63% | - |
| HSV(B) | 56.88º | 0.65% | 0.93% | - |
| XYZ | 64.51 | 74.67 | 19.2 | - |
| YUV | 214.75 | 53.65 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 83 | 0 | 0.03 | 0.65 | 0.07 | 56.88 | 0.81 | 0.63 |
| Hex | ED | E5 | 53 | 0 | 3 | 41 | 7 | 39 | 51 | 3F |
| Octal | 355 | 345 | 123 | 0 | 3 | 101 | 7 | 71 | 121 | 77 |
| Binary | 11101101 | 11100101 | 1010011 | 0 | 11 | 1000001 | 111 | 111001 | 1010001 | 111111 |
Color Harmonies of #EDE553
Complementary color
Monochromatic Colors of #EDE553
Black with #EDE553
Text Example
Text Example
White with #EDE553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE553; }
p { color: rgb(237,229,83); }
H1.HeaderClassName
{
color: #EDE553;
}
.AnyTagClassName
{
color: #EDE553;
}
</style>
background-color css
<style>
a { background-color: #EDE553; }
a { background-color: rgb(237,229,83); }
div.DivClassName
{
background-color: #EDE553;
}
.BgClassName
{
background-color: #EDE553;
}
</style>
border-color css
<style>
span { border-color: #EDE553; }
span { border-color: rgb(237,229,83); }
td.TdClassName
{
border-color: #EDE553;
}
.TagClassName
{
border-color: #EDE553;
}
</style>