Shades of Manz #EDE253
Tints of Manz #EDE253
RGB
CMYK
RGB Variations
Color information
#EDE253 (or 0xEDE253) is known color: Manz. HEX triplet: ED, E2 and 53. RGB value is (237,226,83). Sum of RGB (Red+Green+Blue) = 237+226+83=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 83 (32.81% from 255 or 15.20% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE253 is #121DAC. Grayscale: #D5D5D5. Windows color (decimal): -1187245 or 5497581. OLE color: 5497581.
HSL color Cylindrical-coordinate representation of color #EDE253: hue angle of 55.71º 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 #EDE253 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 83 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.07 |
| HSL | 55.71º | 0.81% | 0.63% | - |
| HSV(B) | 55.71º | 0.65% | 0.93% | - |
| XYZ | 63.68 | 73.02 | 18.92 | - |
| YUV | 212.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 83 | 0 | 0.05 | 0.65 | 0.07 | 55.71 | 0.81 | 0.63 |
| Hex | ED | E2 | 53 | 0 | 5 | 41 | 7 | 38 | 51 | 3F |
| Octal | 355 | 342 | 123 | 0 | 5 | 101 | 7 | 70 | 121 | 77 |
| Binary | 11101101 | 11100010 | 1010011 | 0 | 101 | 1000001 | 111 | 111000 | 1010001 | 111111 |
Color Harmonies of #EDE253
Complementary color
Monochromatic Colors of #EDE253
Black with #EDE253
Text Example
Text Example
White with #EDE253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE253; }
p { color: rgb(237,226,83); }
H1.HeaderClassName
{
color: #EDE253;
}
.AnyTagClassName
{
color: #EDE253;
}
</style>
background-color css
<style>
a { background-color: #EDE253; }
a { background-color: rgb(237,226,83); }
div.DivClassName
{
background-color: #EDE253;
}
.BgClassName
{
background-color: #EDE253;
}
</style>
border-color css
<style>
span { border-color: #EDE253; }
span { border-color: rgb(237,226,83); }
td.TdClassName
{
border-color: #EDE253;
}
.TagClassName
{
border-color: #EDE253;
}
</style>