Shades of Manz #EDE350
Tints of Manz #EDE350
RGB
CMYK
RGB Variations
Color information
#EDE350 (or 0xEDE350) is known color: Manz. HEX triplet: ED, E3 and 50. RGB value is (237,227,80). Sum of RGB (Red+Green+Blue) = 237+227+80=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 80 (31.64% from 255 or 14.71% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE350 is #121CAF. Grayscale: #D5D5D5. Windows color (decimal): -1186992 or 5301229. OLE color: 5301229.
HSL color Cylindrical-coordinate representation of color #EDE350: hue angle of 56.18º 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 #EDE350 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 80 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.07 |
| HSL | 56.18º | 0.81% | 0.62% | - |
| HSV(B) | 56.18º | 0.66% | 0.93% | - |
| XYZ | 63.84 | 73.52 | 18.42 | - |
| YUV | 213.23 | 52.81 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 80 | 0 | 0.04 | 0.66 | 0.07 | 56.18 | 0.81 | 0.62 |
| Hex | ED | E3 | 50 | 0 | 4 | 42 | 7 | 38 | 51 | 3E |
| Octal | 355 | 343 | 120 | 0 | 4 | 102 | 7 | 70 | 121 | 76 |
| Binary | 11101101 | 11100011 | 1010000 | 0 | 100 | 1000010 | 111 | 111000 | 1010001 | 111110 |
Color Harmonies of #EDE350
Complementary color
Monochromatic Colors of #EDE350
Black with #EDE350
Text Example
Text Example
White with #EDE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE350; }
p { color: rgb(237,227,80); }
H1.HeaderClassName
{
color: #EDE350;
}
.AnyTagClassName
{
color: #EDE350;
}
</style>
background-color css
<style>
a { background-color: #EDE350; }
a { background-color: rgb(237,227,80); }
div.DivClassName
{
background-color: #EDE350;
}
.BgClassName
{
background-color: #EDE350;
}
</style>
border-color css
<style>
span { border-color: #EDE350; }
span { border-color: rgb(237,227,80); }
td.TdClassName
{
border-color: #EDE350;
}
.TagClassName
{
border-color: #EDE350;
}
</style>