Shades of Manz #EDE45B
Tints of Manz #EDE45B
RGB
CMYK
RGB Variations
Color information
#EDE45B (or 0xEDE45B) is known color: Manz. HEX triplet: ED, E4 and 5B. RGB value is (237,228,91). Sum of RGB (Red+Green+Blue) = 237+228+91=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 91 (35.94% from 255 or 16.37% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE45B is #121BA4. Grayscale: #D7D7D7. Windows color (decimal): -1186725 or 6022381. OLE color: 6022381.
HSL color Cylindrical-coordinate representation of color #EDE45B: hue angle of 56.3º 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 #EDE45B is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 91 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.07 |
| HSL | 56.3º | 0.8% | 0.64% | - |
| HSV(B) | 56.3º | 0.62% | 0.93% | - |
| XYZ | 64.56 | 74.25 | 20.83 | - |
| YUV | 215.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 91 | 0 | 0.04 | 0.62 | 0.07 | 56.3 | 0.8 | 0.64 |
| Hex | ED | E4 | 5B | 0 | 4 | 3E | 7 | 38 | 50 | 40 |
| Octal | 355 | 344 | 133 | 0 | 4 | 76 | 7 | 70 | 120 | 100 |
| Binary | 11101101 | 11100100 | 1011011 | 0 | 100 | 111110 | 111 | 111000 | 1010000 | 1000000 |
Color Harmonies of #EDE45B
Complementary color
Monochromatic Colors of #EDE45B
Black with #EDE45B
Text Example
Text Example
White with #EDE45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE45B; }
p { color: rgb(237,228,91); }
H1.HeaderClassName
{
color: #EDE45B;
}
.AnyTagClassName
{
color: #EDE45B;
}
</style>
background-color css
<style>
a { background-color: #EDE45B; }
a { background-color: rgb(237,228,91); }
div.DivClassName
{
background-color: #EDE45B;
}
.BgClassName
{
background-color: #EDE45B;
}
</style>
border-color css
<style>
span { border-color: #EDE45B; }
span { border-color: rgb(237,228,91); }
td.TdClassName
{
border-color: #EDE45B;
}
.TagClassName
{
border-color: #EDE45B;
}
</style>