Shades of Manz #EDDD5B
Tints of Manz #EDDD5B
RGB
CMYK
RGB Variations
Color information
#EDDD5B (or 0xEDDD5B) is known color: Manz. HEX triplet: ED, DD and 5B. RGB value is (237,221,91). Sum of RGB (Red+Green+Blue) = 237+221+91=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 91 (35.94% from 255 or 16.58% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD5B is #1222A4. Grayscale: #D3D3D3. Windows color (decimal): -1188517 or 6020589. OLE color: 6020589.
HSL color Cylindrical-coordinate representation of color #EDDD5B: hue angle of 53.42º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDDD5B is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 91 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.07 |
| HSL | 53.42º | 0.8% | 0.64% | - |
| HSV(B) | 53.42º | 0.62% | 0.93% | - |
| XYZ | 62.67 | 70.47 | 20.2 | - |
| YUV | 210.96 | 60.3 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 91 | 0 | 0.07 | 0.62 | 0.07 | 53.42 | 0.8 | 0.64 |
| Hex | ED | DD | 5B | 0 | 7 | 3E | 7 | 35 | 50 | 40 |
| Octal | 355 | 335 | 133 | 0 | 7 | 76 | 7 | 65 | 120 | 100 |
| Binary | 11101101 | 11011101 | 1011011 | 0 | 111 | 111110 | 111 | 110101 | 1010000 | 1000000 |
Color Harmonies of #EDDD5B
Complementary color
Monochromatic Colors of #EDDD5B
Black with #EDDD5B
Text Example
Text Example
White with #EDDD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD5B; }
p { color: rgb(237,221,91); }
H1.HeaderClassName
{
color: #EDDD5B;
}
.AnyTagClassName
{
color: #EDDD5B;
}
</style>
background-color css
<style>
a { background-color: #EDDD5B; }
a { background-color: rgb(237,221,91); }
div.DivClassName
{
background-color: #EDDD5B;
}
.BgClassName
{
background-color: #EDDD5B;
}
</style>
border-color css
<style>
span { border-color: #EDDD5B; }
span { border-color: rgb(237,221,91); }
td.TdClassName
{
border-color: #EDDD5B;
}
.TagClassName
{
border-color: #EDDD5B;
}
</style>