Shades of Manz #EDE25B
Tints of Manz #EDE25B
RGB
CMYK
RGB Variations
Color information
#EDE25B (or 0xEDE25B) is known color: Manz. HEX triplet: ED, E2 and 5B. RGB value is (237,226,91). Sum of RGB (Red+Green+Blue) = 237+226+91=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 91 (35.94% from 255 or 16.43% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE25B is #121DA4. Grayscale: #D6D6D6. Windows color (decimal): -1187237 or 6021869. OLE color: 6021869.
HSL color Cylindrical-coordinate representation of color #EDE25B: hue angle of 55.48º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDE25B is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 91 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.07 |
| HSL | 55.48º | 0.8% | 0.64% | - |
| HSV(B) | 55.48º | 0.62% | 0.93% | - |
| XYZ | 64.01 | 73.15 | 20.64 | - |
| YUV | 213.9 | 58.64 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 91 | 0 | 0.05 | 0.62 | 0.07 | 55.48 | 0.8 | 0.64 |
| Hex | ED | E2 | 5B | 0 | 5 | 3E | 7 | 37 | 50 | 40 |
| Octal | 355 | 342 | 133 | 0 | 5 | 76 | 7 | 67 | 120 | 100 |
| Binary | 11101101 | 11100010 | 1011011 | 0 | 101 | 111110 | 111 | 110111 | 1010000 | 1000000 |
Color Harmonies of #EDE25B
Complementary color
Monochromatic Colors of #EDE25B
Black with #EDE25B
Text Example
Text Example
White with #EDE25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE25B; }
p { color: rgb(237,226,91); }
H1.HeaderClassName
{
color: #EDE25B;
}
.AnyTagClassName
{
color: #EDE25B;
}
</style>
background-color css
<style>
a { background-color: #EDE25B; }
a { background-color: rgb(237,226,91); }
div.DivClassName
{
background-color: #EDE25B;
}
.BgClassName
{
background-color: #EDE25B;
}
</style>
border-color css
<style>
span { border-color: #EDE25B; }
span { border-color: rgb(237,226,91); }
td.TdClassName
{
border-color: #EDE25B;
}
.TagClassName
{
border-color: #EDE25B;
}
</style>