Shades of Manz #EDE654
Tints of Manz #EDE654
RGB
CMYK
RGB Variations
Color information
#EDE654 (or 0xEDE654) is known color: Manz. HEX triplet: ED, E6 and 54. RGB value is (237,230,84). Sum of RGB (Red+Green+Blue) = 237+230+84=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 84 (33.20% from 255 or 15.25% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE654 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE654 is #1219AB. Grayscale: #D8D8D8. Windows color (decimal): -1186220 or 5564141. OLE color: 5564141.
HSL color Cylindrical-coordinate representation of color #EDE654: hue angle of 57.25º 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 #EDE654 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 84 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.07 |
| HSL | 57.25º | 0.81% | 0.63% | - |
| HSV(B) | 57.25º | 0.65% | 0.93% | - |
| XYZ | 64.82 | 75.24 | 19.49 | - |
| YUV | 215.45 | 53.82 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 84 | 0 | 0.03 | 0.65 | 0.07 | 57.25 | 0.81 | 0.63 |
| Hex | ED | E6 | 54 | 0 | 3 | 41 | 7 | 39 | 51 | 3F |
| Octal | 355 | 346 | 124 | 0 | 3 | 101 | 7 | 71 | 121 | 77 |
| Binary | 11101101 | 11100110 | 1010100 | 0 | 11 | 1000001 | 111 | 111001 | 1010001 | 111111 |
Color Harmonies of #EDE654
Complementary color
Monochromatic Colors of #EDE654
Black with #EDE654
Text Example
Text Example
White with #EDE654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE654; }
p { color: rgb(237,230,84); }
H1.HeaderClassName
{
color: #EDE654;
}
.AnyTagClassName
{
color: #EDE654;
}
</style>
background-color css
<style>
a { background-color: #EDE654; }
a { background-color: rgb(237,230,84); }
div.DivClassName
{
background-color: #EDE654;
}
.BgClassName
{
background-color: #EDE654;
}
</style>
border-color css
<style>
span { border-color: #EDE654; }
span { border-color: rgb(237,230,84); }
td.TdClassName
{
border-color: #EDE654;
}
.TagClassName
{
border-color: #EDE654;
}
</style>