Shades of Manz #EDE351
Tints of Manz #EDE351
RGB
CMYK
RGB Variations
Color information
#EDE351 (or 0xEDE351) is known color: Manz. HEX triplet: ED, E3 and 51. RGB value is (237,227,81). Sum of RGB (Red+Green+Blue) = 237+227+81=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 81 (32.03% from 255 or 14.86% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE351 is #121CAE. Grayscale: #D5D5D5. Windows color (decimal): -1186991 or 5366765. OLE color: 5366765.
HSL color Cylindrical-coordinate representation of color #EDE351: hue angle of 56.15º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDE351 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 81 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.07 |
| HSL | 56.15º | 0.81% | 0.62% | - |
| HSV(B) | 56.15º | 0.66% | 0.93% | - |
| XYZ | 63.88 | 73.54 | 18.61 | - |
| YUV | 213.35 | 53.31 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 81 | 0 | 0.04 | 0.66 | 0.07 | 56.15 | 0.81 | 0.62 |
| Hex | ED | E3 | 51 | 0 | 4 | 42 | 7 | 38 | 51 | 3E |
| Octal | 355 | 343 | 121 | 0 | 4 | 102 | 7 | 70 | 121 | 76 |
| Binary | 11101101 | 11100011 | 1010001 | 0 | 100 | 1000010 | 111 | 111000 | 1010001 | 111110 |
Color Harmonies of #EDE351
Complementary color
Monochromatic Colors of #EDE351
Black with #EDE351
Text Example
Text Example
White with #EDE351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE351; }
p { color: rgb(237,227,81); }
H1.HeaderClassName
{
color: #EDE351;
}
.AnyTagClassName
{
color: #EDE351;
}
</style>
background-color css
<style>
a { background-color: #EDE351; }
a { background-color: rgb(237,227,81); }
div.DivClassName
{
background-color: #EDE351;
}
.BgClassName
{
background-color: #EDE351;
}
</style>
border-color css
<style>
span { border-color: #EDE351; }
span { border-color: rgb(237,227,81); }
td.TdClassName
{
border-color: #EDE351;
}
.TagClassName
{
border-color: #EDE351;
}
</style>