Shades of Manz #EDE254
Tints of Manz #EDE254
RGB
CMYK
RGB Variations
Color information
#EDE254 (or 0xEDE254) is known color: Manz. HEX triplet: ED, E2 and 54. RGB value is (237,226,84). Sum of RGB (Red+Green+Blue) = 237+226+84=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 84 (33.20% from 255 or 15.36% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE254 is #121DAB. Grayscale: #D5D5D5. Windows color (decimal): -1187244 or 5563117. OLE color: 5563117.
HSL color Cylindrical-coordinate representation of color #EDE254: hue angle of 55.69º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDE254 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 84 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.07 |
| HSL | 55.69º | 0.81% | 0.63% | - |
| HSV(B) | 55.69º | 0.65% | 0.93% | - |
| XYZ | 63.72 | 73.04 | 19.13 | - |
| YUV | 213.1 | 55.14 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 84 | 0 | 0.05 | 0.65 | 0.07 | 55.69 | 0.81 | 0.63 |
| Hex | ED | E2 | 54 | 0 | 5 | 41 | 7 | 38 | 51 | 3F |
| Octal | 355 | 342 | 124 | 0 | 5 | 101 | 7 | 70 | 121 | 77 |
| Binary | 11101101 | 11100010 | 1010100 | 0 | 101 | 1000001 | 111 | 111000 | 1010001 | 111111 |
Color Harmonies of #EDE254
Complementary color
Monochromatic Colors of #EDE254
Black with #EDE254
Text Example
Text Example
White with #EDE254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE254; }
p { color: rgb(237,226,84); }
H1.HeaderClassName
{
color: #EDE254;
}
.AnyTagClassName
{
color: #EDE254;
}
</style>
background-color css
<style>
a { background-color: #EDE254; }
a { background-color: rgb(237,226,84); }
div.DivClassName
{
background-color: #EDE254;
}
.BgClassName
{
background-color: #EDE254;
}
</style>
border-color css
<style>
span { border-color: #EDE254; }
span { border-color: rgb(237,226,84); }
td.TdClassName
{
border-color: #EDE254;
}
.TagClassName
{
border-color: #EDE254;
}
</style>