Shades of Manz #EDDF50
Tints of Manz #EDDF50
RGB
CMYK
RGB Variations
Color information
#EDDF50 (or 0xEDDF50) is known color: Manz. HEX triplet: ED, DF and 50. RGB value is (237,223,80). Sum of RGB (Red+Green+Blue) = 237+223+80=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 80 (31.64% from 255 or 14.81% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF50 is #1220AF. Grayscale: #D3D3D3. Windows color (decimal): -1188016 or 5300205. OLE color: 5300205.
HSL color Cylindrical-coordinate representation of color #EDDF50: hue angle of 54.65º 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 #EDDF50 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 80 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.07 |
| HSL | 54.65º | 0.81% | 0.62% | - |
| HSV(B) | 54.65º | 0.66% | 0.93% | - |
| XYZ | 62.76 | 71.36 | 18.06 | - |
| YUV | 210.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 80 | 0 | 0.06 | 0.66 | 0.07 | 54.65 | 0.81 | 0.62 |
| Hex | ED | DF | 50 | 0 | 6 | 42 | 7 | 37 | 51 | 3E |
| Octal | 355 | 337 | 120 | 0 | 6 | 102 | 7 | 67 | 121 | 76 |
| Binary | 11101101 | 11011111 | 1010000 | 0 | 110 | 1000010 | 111 | 110111 | 1010001 | 111110 |
Color Harmonies of #EDDF50
Complementary color
Monochromatic Colors of #EDDF50
Black with #EDDF50
Text Example
Text Example
White with #EDDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF50; }
p { color: rgb(237,223,80); }
H1.HeaderClassName
{
color: #EDDF50;
}
.AnyTagClassName
{
color: #EDDF50;
}
</style>
background-color css
<style>
a { background-color: #EDDF50; }
a { background-color: rgb(237,223,80); }
div.DivClassName
{
background-color: #EDDF50;
}
.BgClassName
{
background-color: #EDDF50;
}
</style>
border-color css
<style>
span { border-color: #EDDF50; }
span { border-color: rgb(237,223,80); }
td.TdClassName
{
border-color: #EDDF50;
}
.TagClassName
{
border-color: #EDDF50;
}
</style>