Shades of Manz #EDDF4A
Tints of Manz #EDDF4A
RGB
CMYK
RGB Variations
Color information
#EDDF4A (or 0xEDDF4A) is known color: Manz. HEX triplet: ED, DF and 4A. RGB value is (237,223,74). Sum of RGB (Red+Green+Blue) = 237+223+74=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 74 (29.30% from 255 or 13.86% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF4A is #1220B5. Grayscale: #D2D2D2. Windows color (decimal): -1188022 or 4906989. OLE color: 4906989.
HSL color Cylindrical-coordinate representation of color #EDDF4A: hue angle of 54.85º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDDF4A is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 74 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.07 |
| HSL | 54.85º | 0.82% | 0.61% | - |
| HSV(B) | 54.85º | 0.69% | 0.93% | - |
| XYZ | 62.55 | 71.27 | 16.94 | - |
| YUV | 210.2 | 51.14 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 74 | 0 | 0.06 | 0.69 | 0.07 | 54.85 | 0.82 | 0.61 |
| Hex | ED | DF | 4A | 0 | 6 | 45 | 7 | 37 | 52 | 3D |
| Octal | 355 | 337 | 112 | 0 | 6 | 105 | 7 | 67 | 122 | 75 |
| Binary | 11101101 | 11011111 | 1001010 | 0 | 110 | 1000101 | 111 | 110111 | 1010010 | 111101 |
Color Harmonies of #EDDF4A
Complementary color
Monochromatic Colors of #EDDF4A
Black with #EDDF4A
Text Example
Text Example
White with #EDDF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF4A; }
p { color: rgb(237,223,74); }
H1.HeaderClassName
{
color: #EDDF4A;
}
.AnyTagClassName
{
color: #EDDF4A;
}
</style>
background-color css
<style>
a { background-color: #EDDF4A; }
a { background-color: rgb(237,223,74); }
div.DivClassName
{
background-color: #EDDF4A;
}
.BgClassName
{
background-color: #EDDF4A;
}
</style>
border-color css
<style>
span { border-color: #EDDF4A; }
span { border-color: rgb(237,223,74); }
td.TdClassName
{
border-color: #EDDF4A;
}
.TagClassName
{
border-color: #EDDF4A;
}
</style>