Shades of Manz #EDE04D
Tints of Manz #EDE04D
RGB
CMYK
RGB Variations
Color information
#EDE04D (or 0xEDE04D) is known color: Manz. HEX triplet: ED, E0 and 4D. RGB value is (237,224,77). Sum of RGB (Red+Green+Blue) = 237+224+77=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 77 (30.47% from 255 or 14.31% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE04D is #121FB2. Grayscale: #D3D3D3. Windows color (decimal): -1187763 or 5103853. OLE color: 5103853.
HSL color Cylindrical-coordinate representation of color #EDE04D: hue angle of 55.12º 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 #EDE04D is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 77 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.07 |
| HSL | 55.13º | 0.82% | 0.62% | - |
| HSV(B) | 55.13º | 0.68% | 0.93% | - |
| XYZ | 62.92 | 71.85 | 17.57 | - |
| YUV | 211.13 | 52.31 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 77 | 0 | 0.05 | 0.68 | 0.07 | 55.13 | 0.82 | 0.62 |
| Hex | ED | E0 | 4D | 0 | 5 | 44 | 7 | 37 | 52 | 3E |
| Octal | 355 | 340 | 115 | 0 | 5 | 104 | 7 | 67 | 122 | 76 |
| Binary | 11101101 | 11100000 | 1001101 | 0 | 101 | 1000100 | 111 | 110111 | 1010010 | 111110 |
Color Harmonies of #EDE04D
Complementary color
Monochromatic Colors of #EDE04D
Black with #EDE04D
Text Example
Text Example
White with #EDE04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE04D; }
p { color: rgb(237,224,77); }
H1.HeaderClassName
{
color: #EDE04D;
}
.AnyTagClassName
{
color: #EDE04D;
}
</style>
background-color css
<style>
a { background-color: #EDE04D; }
a { background-color: rgb(237,224,77); }
div.DivClassName
{
background-color: #EDE04D;
}
.BgClassName
{
background-color: #EDE04D;
}
</style>
border-color css
<style>
span { border-color: #EDE04D; }
span { border-color: rgb(237,224,77); }
td.TdClassName
{
border-color: #EDE04D;
}
.TagClassName
{
border-color: #EDE04D;
}
</style>