Shades of Manz #EDE55A
Tints of Manz #EDE55A
RGB
CMYK
RGB Variations
Color information
#EDE55A (or 0xEDE55A) is known color: Manz. HEX triplet: ED, E5 and 5A. RGB value is (237,229,90). Sum of RGB (Red+Green+Blue) = 237+229+90=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 90 (35.55% from 255 or 16.19% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE55A is #121AA5. Grayscale: #D8D8D8. Windows color (decimal): -1186470 or 5957101. OLE color: 5957101.
HSL color Cylindrical-coordinate representation of color #EDE55A: hue angle of 56.73º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDE55A is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 90 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.07 |
| HSL | 56.73º | 0.8% | 0.64% | - |
| HSV(B) | 56.73º | 0.62% | 0.93% | - |
| XYZ | 64.79 | 74.78 | 20.69 | - |
| YUV | 215.55 | 57.15 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 90 | 0 | 0.03 | 0.62 | 0.07 | 56.73 | 0.8 | 0.64 |
| Hex | ED | E5 | 5A | 0 | 3 | 3E | 7 | 39 | 50 | 40 |
| Octal | 355 | 345 | 132 | 0 | 3 | 76 | 7 | 71 | 120 | 100 |
| Binary | 11101101 | 11100101 | 1011010 | 0 | 11 | 111110 | 111 | 111001 | 1010000 | 1000000 |
Color Harmonies of #EDE55A
Complementary color
Monochromatic Colors of #EDE55A
Black with #EDE55A
Text Example
Text Example
White with #EDE55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE55A; }
p { color: rgb(237,229,90); }
H1.HeaderClassName
{
color: #EDE55A;
}
.AnyTagClassName
{
color: #EDE55A;
}
</style>
background-color css
<style>
a { background-color: #EDE55A; }
a { background-color: rgb(237,229,90); }
div.DivClassName
{
background-color: #EDE55A;
}
.BgClassName
{
background-color: #EDE55A;
}
</style>
border-color css
<style>
span { border-color: #EDE55A; }
span { border-color: rgb(237,229,90); }
td.TdClassName
{
border-color: #EDE55A;
}
.TagClassName
{
border-color: #EDE55A;
}
</style>