Shades of Manz #EDE15C
Tints of Manz #EDE15C
RGB
CMYK
RGB Variations
Color information
#EDE15C (or 0xEDE15C) is known color: Manz. HEX triplet: ED, E1 and 5C. RGB value is (237,225,92). Sum of RGB (Red+Green+Blue) = 237+225+92=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 92 (36.33% from 255 or 16.61% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE15C is #121EA3. Grayscale: #D5D5D5. Windows color (decimal): -1187492 or 6087149. OLE color: 6087149.
HSL color Cylindrical-coordinate representation of color #EDE15C: hue angle of 55.03º 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 #EDE15C is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 92 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.07 |
| HSL | 55.03º | 0.8% | 0.65% | - |
| HSV(B) | 55.03º | 0.61% | 0.93% | - |
| XYZ | 63.78 | 72.63 | 20.78 | - |
| YUV | 213.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 92 | 0 | 0.05 | 0.61 | 0.07 | 55.03 | 0.8 | 0.65 |
| Hex | ED | E1 | 5C | 0 | 5 | 3D | 7 | 37 | 50 | 41 |
| Octal | 355 | 341 | 134 | 0 | 5 | 75 | 7 | 67 | 120 | 101 |
| Binary | 11101101 | 11100001 | 1011100 | 0 | 101 | 111101 | 111 | 110111 | 1010000 | 1000001 |
Color Harmonies of #EDE15C
Complementary color
Monochromatic Colors of #EDE15C
Black with #EDE15C
Text Example
Text Example
White with #EDE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE15C; }
p { color: rgb(237,225,92); }
H1.HeaderClassName
{
color: #EDE15C;
}
.AnyTagClassName
{
color: #EDE15C;
}
</style>
background-color css
<style>
a { background-color: #EDE15C; }
a { background-color: rgb(237,225,92); }
div.DivClassName
{
background-color: #EDE15C;
}
.BgClassName
{
background-color: #EDE15C;
}
</style>
border-color css
<style>
span { border-color: #EDE15C; }
span { border-color: rgb(237,225,92); }
td.TdClassName
{
border-color: #EDE15C;
}
.TagClassName
{
border-color: #EDE15C;
}
</style>