Shades of Manz #EDDF4E
Tints of Manz #EDDF4E
RGB
CMYK
RGB Variations
Color information
#EDDF4E (or 0xEDDF4E) is known color: Manz. HEX triplet: ED, DF and 4E. RGB value is (237,223,78). Sum of RGB (Red+Green+Blue) = 237+223+78=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 78 (30.86% from 255 or 14.50% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF4E is #1220B1. Grayscale: #D3D3D3. Windows color (decimal): -1188018 or 5169133. OLE color: 5169133.
HSL color Cylindrical-coordinate representation of color #EDDF4E: hue angle of 54.72º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDDF4E is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 78 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.07 |
| HSL | 54.72º | 0.82% | 0.62% | - |
| HSV(B) | 54.72º | 0.67% | 0.93% | - |
| XYZ | 62.69 | 71.33 | 17.67 | - |
| YUV | 210.66 | 53.14 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 78 | 0 | 0.06 | 0.67 | 0.07 | 54.72 | 0.82 | 0.62 |
| Hex | ED | DF | 4E | 0 | 6 | 43 | 7 | 37 | 52 | 3E |
| Octal | 355 | 337 | 116 | 0 | 6 | 103 | 7 | 67 | 122 | 76 |
| Binary | 11101101 | 11011111 | 1001110 | 0 | 110 | 1000011 | 111 | 110111 | 1010010 | 111110 |
Color Harmonies of #EDDF4E
Complementary color
Monochromatic Colors of #EDDF4E
Black with #EDDF4E
Text Example
Text Example
White with #EDDF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF4E; }
p { color: rgb(237,223,78); }
H1.HeaderClassName
{
color: #EDDF4E;
}
.AnyTagClassName
{
color: #EDDF4E;
}
</style>
background-color css
<style>
a { background-color: #EDDF4E; }
a { background-color: rgb(237,223,78); }
div.DivClassName
{
background-color: #EDDF4E;
}
.BgClassName
{
background-color: #EDDF4E;
}
</style>
border-color css
<style>
span { border-color: #EDDF4E; }
span { border-color: rgb(237,223,78); }
td.TdClassName
{
border-color: #EDDF4E;
}
.TagClassName
{
border-color: #EDDF4E;
}
</style>