Shades of Manz #EDE653
Tints of Manz #EDE653
RGB
CMYK
RGB Variations
Color information
#EDE653 (or 0xEDE653) is known color: Manz. HEX triplet: ED, E6 and 53. RGB value is (237,230,83). Sum of RGB (Red+Green+Blue) = 237+230+83=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 83 (32.81% from 255 or 15.09% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE653 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE653 is #1219AC. Grayscale: #D7D7D7. Windows color (decimal): -1186221 or 5498605. OLE color: 5498605.
HSL color Cylindrical-coordinate representation of color #EDE653: hue angle of 57.27º 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 #EDE653 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 83 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.07 |
| HSL | 57.27º | 0.81% | 0.63% | - |
| HSV(B) | 57.27º | 0.65% | 0.93% | - |
| XYZ | 64.78 | 75.22 | 19.29 | - |
| YUV | 215.34 | 53.32 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 83 | 0 | 0.03 | 0.65 | 0.07 | 57.27 | 0.81 | 0.63 |
| Hex | ED | E6 | 53 | 0 | 3 | 41 | 7 | 39 | 51 | 3F |
| Octal | 355 | 346 | 123 | 0 | 3 | 101 | 7 | 71 | 121 | 77 |
| Binary | 11101101 | 11100110 | 1010011 | 0 | 11 | 1000001 | 111 | 111001 | 1010001 | 111111 |
Color Harmonies of #EDE653
Complementary color
Monochromatic Colors of #EDE653
Black with #EDE653
Text Example
Text Example
White with #EDE653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE653; }
p { color: rgb(237,230,83); }
H1.HeaderClassName
{
color: #EDE653;
}
.AnyTagClassName
{
color: #EDE653;
}
</style>
background-color css
<style>
a { background-color: #EDE653; }
a { background-color: rgb(237,230,83); }
div.DivClassName
{
background-color: #EDE653;
}
.BgClassName
{
background-color: #EDE653;
}
</style>
border-color css
<style>
span { border-color: #EDE653; }
span { border-color: rgb(237,230,83); }
td.TdClassName
{
border-color: #EDE653;
}
.TagClassName
{
border-color: #EDE653;
}
</style>