Shades of Manz #EDE54E
Tints of Manz #EDE54E
RGB
CMYK
RGB Variations
Color information
#EDE54E (or 0xEDE54E) is known color: Manz. HEX triplet: ED, E5 and 4E. RGB value is (237,229,78). Sum of RGB (Red+Green+Blue) = 237+229+78=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 78 (30.86% from 255 or 14.34% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE54E is #121AB1. Grayscale: #D6D6D6. Windows color (decimal): -1186482 or 5170669. OLE color: 5170669.
HSL color Cylindrical-coordinate representation of color #EDE54E: hue angle of 56.98º 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 #EDE54E is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 78 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.07 |
| HSL | 56.98º | 0.82% | 0.62% | - |
| HSV(B) | 56.98º | 0.67% | 0.93% | - |
| XYZ | 64.32 | 74.59 | 18.22 | - |
| YUV | 214.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 78 | 0 | 0.03 | 0.67 | 0.07 | 56.98 | 0.82 | 0.62 |
| Hex | ED | E5 | 4E | 0 | 3 | 43 | 7 | 39 | 52 | 3E |
| Octal | 355 | 345 | 116 | 0 | 3 | 103 | 7 | 71 | 122 | 76 |
| Binary | 11101101 | 11100101 | 1001110 | 0 | 11 | 1000011 | 111 | 111001 | 1010010 | 111110 |
Color Harmonies of #EDE54E
Complementary color
Monochromatic Colors of #EDE54E
Black with #EDE54E
Text Example
Text Example
White with #EDE54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE54E; }
p { color: rgb(237,229,78); }
H1.HeaderClassName
{
color: #EDE54E;
}
.AnyTagClassName
{
color: #EDE54E;
}
</style>
background-color css
<style>
a { background-color: #EDE54E; }
a { background-color: rgb(237,229,78); }
div.DivClassName
{
background-color: #EDE54E;
}
.BgClassName
{
background-color: #EDE54E;
}
</style>
border-color css
<style>
span { border-color: #EDE54E; }
span { border-color: rgb(237,229,78); }
td.TdClassName
{
border-color: #EDE54E;
}
.TagClassName
{
border-color: #EDE54E;
}
</style>