Shades of Manz #EDE15D
Tints of Manz #EDE15D
RGB
CMYK
RGB Variations
Color information
#EDE15D (or 0xEDE15D) is known color: Manz. HEX triplet: ED, E1 and 5D. RGB value is (237,225,93). Sum of RGB (Red+Green+Blue) = 237+225+93=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 93 (36.72% from 255 or 16.76% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE15D is #121EA2. Grayscale: #D6D6D6. Windows color (decimal): -1187491 or 6152685. OLE color: 6152685.
HSL color Cylindrical-coordinate representation of color #EDE15D: hue angle of 55º 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 #EDE15D is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 93 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.07 |
| HSL | 55º | 0.8% | 0.65% | - |
| HSV(B) | 55º | 0.61% | 0.93% | - |
| XYZ | 63.83 | 72.65 | 21.01 | - |
| YUV | 213.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 93 | 0 | 0.05 | 0.61 | 0.07 | 55 | 0.8 | 0.65 |
| Hex | ED | E1 | 5D | 0 | 5 | 3D | 7 | 37 | 50 | 41 |
| Octal | 355 | 341 | 135 | 0 | 5 | 75 | 7 | 67 | 120 | 101 |
| Binary | 11101101 | 11100001 | 1011101 | 0 | 101 | 111101 | 111 | 110111 | 1010000 | 1000001 |
Color Harmonies of #EDE15D
Complementary color
Monochromatic Colors of #EDE15D
Black with #EDE15D
Text Example
Text Example
White with #EDE15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE15D; }
p { color: rgb(237,225,93); }
H1.HeaderClassName
{
color: #EDE15D;
}
.AnyTagClassName
{
color: #EDE15D;
}
</style>
background-color css
<style>
a { background-color: #EDE15D; }
a { background-color: rgb(237,225,93); }
div.DivClassName
{
background-color: #EDE15D;
}
.BgClassName
{
background-color: #EDE15D;
}
</style>
border-color css
<style>
span { border-color: #EDE15D; }
span { border-color: rgb(237,225,93); }
td.TdClassName
{
border-color: #EDE15D;
}
.TagClassName
{
border-color: #EDE15D;
}
</style>