Shades of Manz #EDE14E
Tints of Manz #EDE14E
RGB
CMYK
RGB Variations
Color information
#EDE14E (or 0xEDE14E) is known color: Manz. HEX triplet: ED, E1 and 4E. RGB value is (237,225,78). Sum of RGB (Red+Green+Blue) = 237+225+78=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 78 (30.86% from 255 or 14.44% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE14E is #121EB1. Grayscale: #D4D4D4. Windows color (decimal): -1187506 or 5169645. OLE color: 5169645.
HSL color Cylindrical-coordinate representation of color #EDE14E: hue angle of 55.47º degrees, saturation: 0.82, 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 #EDE14E is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 78 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.07 |
| HSL | 55.47º | 0.82% | 0.62% | - |
| HSV(B) | 55.47º | 0.67% | 0.93% | - |
| XYZ | 63.23 | 72.41 | 17.85 | - |
| YUV | 211.83 | 52.48 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 78 | 0 | 0.05 | 0.67 | 0.07 | 55.47 | 0.82 | 0.62 |
| Hex | ED | E1 | 4E | 0 | 5 | 43 | 7 | 37 | 52 | 3E |
| Octal | 355 | 341 | 116 | 0 | 5 | 103 | 7 | 67 | 122 | 76 |
| Binary | 11101101 | 11100001 | 1001110 | 0 | 101 | 1000011 | 111 | 110111 | 1010010 | 111110 |
Color Harmonies of #EDE14E
Complementary color
Monochromatic Colors of #EDE14E
Black with #EDE14E
Text Example
Text Example
White with #EDE14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE14E; }
p { color: rgb(237,225,78); }
H1.HeaderClassName
{
color: #EDE14E;
}
.AnyTagClassName
{
color: #EDE14E;
}
</style>
background-color css
<style>
a { background-color: #EDE14E; }
a { background-color: rgb(237,225,78); }
div.DivClassName
{
background-color: #EDE14E;
}
.BgClassName
{
background-color: #EDE14E;
}
</style>
border-color css
<style>
span { border-color: #EDE14E; }
span { border-color: rgb(237,225,78); }
td.TdClassName
{
border-color: #EDE14E;
}
.TagClassName
{
border-color: #EDE14E;
}
</style>