Shades of Manz #EDE04F
Tints of Manz #EDE04F
RGB
CMYK
RGB Variations
Color information
#EDE04F (or 0xEDE04F) is known color: Manz. HEX triplet: ED, E0 and 4F. RGB value is (237,224,79). Sum of RGB (Red+Green+Blue) = 237+224+79=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 79 (31.25% from 255 or 14.63% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE04F is #121FB0. Grayscale: #D3D3D3. Windows color (decimal): -1187761 or 5234925. OLE color: 5234925.
HSL color Cylindrical-coordinate representation of color #EDE04F: hue angle of 55.06º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDE04F is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 79 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.07 |
| HSL | 55.06º | 0.81% | 0.62% | - |
| HSV(B) | 55.06º | 0.67% | 0.93% | - |
| XYZ | 62.99 | 71.88 | 17.95 | - |
| YUV | 211.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 79 | 0 | 0.05 | 0.67 | 0.07 | 55.06 | 0.81 | 0.62 |
| Hex | ED | E0 | 4F | 0 | 5 | 43 | 7 | 37 | 51 | 3E |
| Octal | 355 | 340 | 117 | 0 | 5 | 103 | 7 | 67 | 121 | 76 |
| Binary | 11101101 | 11100000 | 1001111 | 0 | 101 | 1000011 | 111 | 110111 | 1010001 | 111110 |
Color Harmonies of #EDE04F
Complementary color
Monochromatic Colors of #EDE04F
Black with #EDE04F
Text Example
Text Example
White with #EDE04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE04F; }
p { color: rgb(237,224,79); }
H1.HeaderClassName
{
color: #EDE04F;
}
.AnyTagClassName
{
color: #EDE04F;
}
</style>
background-color css
<style>
a { background-color: #EDE04F; }
a { background-color: rgb(237,224,79); }
div.DivClassName
{
background-color: #EDE04F;
}
.BgClassName
{
background-color: #EDE04F;
}
</style>
border-color css
<style>
span { border-color: #EDE04F; }
span { border-color: rgb(237,224,79); }
td.TdClassName
{
border-color: #EDE04F;
}
.TagClassName
{
border-color: #EDE04F;
}
</style>