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