Shades of Manz #EDE55D
Tints of Manz #EDE55D
RGB
CMYK
RGB Variations
Color information
#EDE55D (or 0xEDE55D) is known color: Manz. HEX triplet: ED, E5 and 5D. RGB value is (237,229,93). Sum of RGB (Red+Green+Blue) = 237+229+93=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE55D is #121AA2. Grayscale: #D8D8D8. Windows color (decimal): -1186467 or 6153709. OLE color: 6153709.
HSL color Cylindrical-coordinate representation of color #EDE55D: hue angle of 56.67º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDE55D is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 93 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.07 |
| HSL | 56.67º | 0.8% | 0.65% | - |
| HSV(B) | 56.67º | 0.61% | 0.93% | - |
| XYZ | 64.92 | 74.83 | 21.38 | - |
| YUV | 215.89 | 58.65 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 93 | 0 | 0.03 | 0.61 | 0.07 | 56.67 | 0.8 | 0.65 |
| Hex | ED | E5 | 5D | 0 | 3 | 3D | 7 | 39 | 50 | 41 |
| Octal | 355 | 345 | 135 | 0 | 3 | 75 | 7 | 71 | 120 | 101 |
| Binary | 11101101 | 11100101 | 1011101 | 0 | 11 | 111101 | 111 | 111001 | 1010000 | 1000001 |
Color Harmonies of #EDE55D
Complementary color
Monochromatic Colors of #EDE55D
Black with #EDE55D
Text Example
Text Example
White with #EDE55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE55D; }
p { color: rgb(237,229,93); }
H1.HeaderClassName
{
color: #EDE55D;
}
.AnyTagClassName
{
color: #EDE55D;
}
</style>
background-color css
<style>
a { background-color: #EDE55D; }
a { background-color: rgb(237,229,93); }
div.DivClassName
{
background-color: #EDE55D;
}
.BgClassName
{
background-color: #EDE55D;
}
</style>
border-color css
<style>
span { border-color: #EDE55D; }
span { border-color: rgb(237,229,93); }
td.TdClassName
{
border-color: #EDE55D;
}
.TagClassName
{
border-color: #EDE55D;
}
</style>