Shades of Manz #EDE24D
Tints of Manz #EDE24D
RGB
CMYK
RGB Variations
Color information
#EDE24D (or 0xEDE24D) is known color: Manz. HEX triplet: ED, E2 and 4D. RGB value is (237,226,77). Sum of RGB (Red+Green+Blue) = 237+226+77=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 77 (30.47% from 255 or 14.26% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE24D is #121DB2. Grayscale: #D4D4D4. Windows color (decimal): -1187251 or 5104365. OLE color: 5104365.
HSL color Cylindrical-coordinate representation of color #EDE24D: hue angle of 55.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDE24D is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 77 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.07 |
| HSL | 55.88º | 0.82% | 0.62% | - |
| HSV(B) | 55.88º | 0.68% | 0.93% | - |
| XYZ | 63.46 | 72.93 | 17.75 | - |
| YUV | 212.3 | 51.64 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 77 | 0 | 0.05 | 0.68 | 0.07 | 55.88 | 0.82 | 0.62 |
| Hex | ED | E2 | 4D | 0 | 5 | 44 | 7 | 38 | 52 | 3E |
| Octal | 355 | 342 | 115 | 0 | 5 | 104 | 7 | 70 | 122 | 76 |
| Binary | 11101101 | 11100010 | 1001101 | 0 | 101 | 1000100 | 111 | 111000 | 1010010 | 111110 |
Color Harmonies of #EDE24D
Complementary color
Monochromatic Colors of #EDE24D
Black with #EDE24D
Text Example
Text Example
White with #EDE24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE24D; }
p { color: rgb(237,226,77); }
H1.HeaderClassName
{
color: #EDE24D;
}
.AnyTagClassName
{
color: #EDE24D;
}
</style>
background-color css
<style>
a { background-color: #EDE24D; }
a { background-color: rgb(237,226,77); }
div.DivClassName
{
background-color: #EDE24D;
}
.BgClassName
{
background-color: #EDE24D;
}
</style>
border-color css
<style>
span { border-color: #EDE24D; }
span { border-color: rgb(237,226,77); }
td.TdClassName
{
border-color: #EDE24D;
}
.TagClassName
{
border-color: #EDE24D;
}
</style>