Shades of Manz #EDE55B
Tints of Manz #EDE55B
RGB
CMYK
RGB Variations
Color information
#EDE55B (or 0xEDE55B) is known color: Manz. HEX triplet: ED, E5 and 5B. RGB value is (237,229,91). Sum of RGB (Red+Green+Blue) = 237+229+91=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 91 (35.94% from 255 or 16.34% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE55B is #121AA4. Grayscale: #D8D8D8. Windows color (decimal): -1186469 or 6022637. OLE color: 6022637.
HSL color Cylindrical-coordinate representation of color #EDE55B: hue angle of 56.71º 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 #EDE55B is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 91 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.07 |
| HSL | 56.71º | 0.8% | 0.64% | - |
| HSV(B) | 56.71º | 0.62% | 0.93% | - |
| XYZ | 64.83 | 74.8 | 20.92 | - |
| YUV | 215.66 | 57.65 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 91 | 0 | 0.03 | 0.62 | 0.07 | 56.71 | 0.8 | 0.64 |
| Hex | ED | E5 | 5B | 0 | 3 | 3E | 7 | 39 | 50 | 40 |
| Octal | 355 | 345 | 133 | 0 | 3 | 76 | 7 | 71 | 120 | 100 |
| Binary | 11101101 | 11100101 | 1011011 | 0 | 11 | 111110 | 111 | 111001 | 1010000 | 1000000 |
Color Harmonies of #EDE55B
Complementary color
Monochromatic Colors of #EDE55B
Black with #EDE55B
Text Example
Text Example
White with #EDE55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE55B; }
p { color: rgb(237,229,91); }
H1.HeaderClassName
{
color: #EDE55B;
}
.AnyTagClassName
{
color: #EDE55B;
}
</style>
background-color css
<style>
a { background-color: #EDE55B; }
a { background-color: rgb(237,229,91); }
div.DivClassName
{
background-color: #EDE55B;
}
.BgClassName
{
background-color: #EDE55B;
}
</style>
border-color css
<style>
span { border-color: #EDE55B; }
span { border-color: rgb(237,229,91); }
td.TdClassName
{
border-color: #EDE55B;
}
.TagClassName
{
border-color: #EDE55B;
}
</style>