Shades of Manz #EDE25C
Tints of Manz #EDE25C
RGB
CMYK
RGB Variations
Color information
#EDE25C (or 0xEDE25C) is known color: Manz. HEX triplet: ED, E2 and 5C. RGB value is (237,226,92). Sum of RGB (Red+Green+Blue) = 237+226+92=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 92 (36.33% from 255 or 16.58% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE25C is #121DA3. Grayscale: #D6D6D6. Windows color (decimal): -1187236 or 6087405. OLE color: 6087405.
HSL color Cylindrical-coordinate representation of color #EDE25C: hue angle of 55.45º 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 #EDE25C is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 92 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.07 |
| HSL | 55.45º | 0.8% | 0.65% | - |
| HSV(B) | 55.45º | 0.61% | 0.93% | - |
| XYZ | 64.05 | 73.17 | 20.87 | - |
| YUV | 214.01 | 59.14 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 92 | 0 | 0.05 | 0.61 | 0.07 | 55.45 | 0.8 | 0.65 |
| Hex | ED | E2 | 5C | 0 | 5 | 3D | 7 | 37 | 50 | 41 |
| Octal | 355 | 342 | 134 | 0 | 5 | 75 | 7 | 67 | 120 | 101 |
| Binary | 11101101 | 11100010 | 1011100 | 0 | 101 | 111101 | 111 | 110111 | 1010000 | 1000001 |
Color Harmonies of #EDE25C
Complementary color
Monochromatic Colors of #EDE25C
Black with #EDE25C
Text Example
Text Example
White with #EDE25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE25C; }
p { color: rgb(237,226,92); }
H1.HeaderClassName
{
color: #EDE25C;
}
.AnyTagClassName
{
color: #EDE25C;
}
</style>
background-color css
<style>
a { background-color: #EDE25C; }
a { background-color: rgb(237,226,92); }
div.DivClassName
{
background-color: #EDE25C;
}
.BgClassName
{
background-color: #EDE25C;
}
</style>
border-color css
<style>
span { border-color: #EDE25C; }
span { border-color: rgb(237,226,92); }
td.TdClassName
{
border-color: #EDE25C;
}
.TagClassName
{
border-color: #EDE25C;
}
</style>