Shades of Manz #EDE05E
Tints of Manz #EDE05E
RGB
CMYK
RGB Variations
Color information
#EDE05E (or 0xEDE05E) is known color: Manz. HEX triplet: ED, E0 and 5E. RGB value is (237,224,94). Sum of RGB (Red+Green+Blue) = 237+224+94=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 94 (37.11% from 255 or 16.94% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE05E is #121FA1. Grayscale: #D5D5D5. Windows color (decimal): -1187746 or 6217965. OLE color: 6217965.
HSL color Cylindrical-coordinate representation of color #EDE05E: hue angle of 54.55º 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 #EDE05E is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 94 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.07 |
| HSL | 54.55º | 0.8% | 0.65% | - |
| HSV(B) | 54.55º | 0.6% | 0.93% | - |
| XYZ | 63.6 | 72.12 | 21.16 | - |
| YUV | 213.07 | 60.81 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 94 | 0 | 0.05 | 0.60 | 0.07 | 54.55 | 0.8 | 0.65 |
| Hex | ED | E0 | 5E | 0 | 5 | 3C | 7 | 37 | 50 | 41 |
| Octal | 355 | 340 | 136 | 0 | 5 | 74 | 7 | 67 | 120 | 101 |
| Binary | 11101101 | 11100000 | 1011110 | 0 | 101 | 111100 | 111 | 110111 | 1010000 | 1000001 |
Color Harmonies of #EDE05E
Complementary color
Monochromatic Colors of #EDE05E
Black with #EDE05E
Text Example
Text Example
White with #EDE05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE05E; }
p { color: rgb(237,224,94); }
H1.HeaderClassName
{
color: #EDE05E;
}
.AnyTagClassName
{
color: #EDE05E;
}
</style>
background-color css
<style>
a { background-color: #EDE05E; }
a { background-color: rgb(237,224,94); }
div.DivClassName
{
background-color: #EDE05E;
}
.BgClassName
{
background-color: #EDE05E;
}
</style>
border-color css
<style>
span { border-color: #EDE05E; }
span { border-color: rgb(237,224,94); }
td.TdClassName
{
border-color: #EDE05E;
}
.TagClassName
{
border-color: #EDE05E;
}
</style>