Shades of Manz #EDE25E
Tints of Manz #EDE25E
RGB
CMYK
RGB Variations
Color information
#EDE25E (or 0xEDE25E) is known color: Manz. HEX triplet: ED, E2 and 5E. RGB value is (237,226,94). Sum of RGB (Red+Green+Blue) = 237+226+94=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 94 (37.11% from 255 or 16.88% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE25E is #121DA1. Grayscale: #D6D6D6. Windows color (decimal): -1187234 or 6218477. OLE color: 6218477.
HSL color Cylindrical-coordinate representation of color #EDE25E: hue angle of 55.38º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDE25E is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 94 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.07 |
| HSL | 55.38º | 0.8% | 0.65% | - |
| HSV(B) | 55.38º | 0.6% | 0.93% | - |
| XYZ | 64.14 | 73.21 | 21.34 | - |
| YUV | 214.24 | 60.14 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 94 | 0 | 0.05 | 0.60 | 0.07 | 55.38 | 0.8 | 0.65 |
| Hex | ED | E2 | 5E | 0 | 5 | 3C | 7 | 37 | 50 | 41 |
| Octal | 355 | 342 | 136 | 0 | 5 | 74 | 7 | 67 | 120 | 101 |
| Binary | 11101101 | 11100010 | 1011110 | 0 | 101 | 111100 | 111 | 110111 | 1010000 | 1000001 |
Color Harmonies of #EDE25E
Complementary color
Monochromatic Colors of #EDE25E
Black with #EDE25E
Text Example
Text Example
White with #EDE25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE25E; }
p { color: rgb(237,226,94); }
H1.HeaderClassName
{
color: #EDE25E;
}
.AnyTagClassName
{
color: #EDE25E;
}
</style>
background-color css
<style>
a { background-color: #EDE25E; }
a { background-color: rgb(237,226,94); }
div.DivClassName
{
background-color: #EDE25E;
}
.BgClassName
{
background-color: #EDE25E;
}
</style>
border-color css
<style>
span { border-color: #EDE25E; }
span { border-color: rgb(237,226,94); }
td.TdClassName
{
border-color: #EDE25E;
}
.TagClassName
{
border-color: #EDE25E;
}
</style>