Shades of Manz #EDE04C
Tints of Manz #EDE04C
RGB
CMYK
RGB Variations
Color information
#EDE04C (or 0xEDE04C) is known color: Manz. HEX triplet: ED, E0 and 4C. RGB value is (237,224,76). Sum of RGB (Red+Green+Blue) = 237+224+76=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 76 (30.08% from 255 or 14.15% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE04C is #121FB3. Grayscale: #D3D3D3. Windows color (decimal): -1187764 or 5038317. OLE color: 5038317.
HSL color Cylindrical-coordinate representation of color #EDE04C: hue angle of 55.16º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDE04C is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 76 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.07 |
| HSL | 55.16º | 0.82% | 0.61% | - |
| HSV(B) | 55.16º | 0.68% | 0.93% | - |
| XYZ | 62.89 | 71.84 | 17.39 | - |
| YUV | 211.02 | 51.81 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 76 | 0 | 0.05 | 0.68 | 0.07 | 55.16 | 0.82 | 0.61 |
| Hex | ED | E0 | 4C | 0 | 5 | 44 | 7 | 37 | 52 | 3D |
| Octal | 355 | 340 | 114 | 0 | 5 | 104 | 7 | 67 | 122 | 75 |
| Binary | 11101101 | 11100000 | 1001100 | 0 | 101 | 1000100 | 111 | 110111 | 1010010 | 111101 |
Color Harmonies of #EDE04C
Complementary color
Monochromatic Colors of #EDE04C
Black with #EDE04C
Text Example
Text Example
White with #EDE04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE04C; }
p { color: rgb(237,224,76); }
H1.HeaderClassName
{
color: #EDE04C;
}
.AnyTagClassName
{
color: #EDE04C;
}
</style>
background-color css
<style>
a { background-color: #EDE04C; }
a { background-color: rgb(237,224,76); }
div.DivClassName
{
background-color: #EDE04C;
}
.BgClassName
{
background-color: #EDE04C;
}
</style>
border-color css
<style>
span { border-color: #EDE04C; }
span { border-color: rgb(237,224,76); }
td.TdClassName
{
border-color: #EDE04C;
}
.TagClassName
{
border-color: #EDE04C;
}
</style>