Shades of Manz #EDE44D
Tints of Manz #EDE44D
RGB
CMYK
RGB Variations
Color information
#EDE44D (or 0xEDE44D) is known color: Manz. HEX triplet: ED, E4 and 4D. RGB value is (237,228,77). Sum of RGB (Red+Green+Blue) = 237+228+77=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 77 (30.47% from 255 or 14.21% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE44D is #121BB2. Grayscale: #D6D6D6. Windows color (decimal): -1186739 or 5104877. OLE color: 5104877.
HSL color Cylindrical-coordinate representation of color #EDE44D: hue angle of 56.62º 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 #EDE44D is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 77 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.07 |
| HSL | 56.63º | 0.82% | 0.62% | - |
| HSV(B) | 56.63º | 0.68% | 0.93% | - |
| XYZ | 64.01 | 74.03 | 17.94 | - |
| YUV | 213.48 | 50.98 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 77 | 0 | 0.04 | 0.68 | 0.07 | 56.63 | 0.82 | 0.62 |
| Hex | ED | E4 | 4D | 0 | 4 | 44 | 7 | 39 | 52 | 3E |
| Octal | 355 | 344 | 115 | 0 | 4 | 104 | 7 | 71 | 122 | 76 |
| Binary | 11101101 | 11100100 | 1001101 | 0 | 100 | 1000100 | 111 | 111001 | 1010010 | 111110 |
Color Harmonies of #EDE44D
Complementary color
Monochromatic Colors of #EDE44D
Black with #EDE44D
Text Example
Text Example
White with #EDE44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE44D; }
p { color: rgb(237,228,77); }
H1.HeaderClassName
{
color: #EDE44D;
}
.AnyTagClassName
{
color: #EDE44D;
}
</style>
background-color css
<style>
a { background-color: #EDE44D; }
a { background-color: rgb(237,228,77); }
div.DivClassName
{
background-color: #EDE44D;
}
.BgClassName
{
background-color: #EDE44D;
}
</style>
border-color css
<style>
span { border-color: #EDE44D; }
span { border-color: rgb(237,228,77); }
td.TdClassName
{
border-color: #EDE44D;
}
.TagClassName
{
border-color: #EDE44D;
}
</style>