Shades of Manz #EDE44E
Tints of Manz #EDE44E
RGB
CMYK
RGB Variations
Color information
#EDE44E (or 0xEDE44E) is known color: Manz. HEX triplet: ED, E4 and 4E. RGB value is (237,228,78). Sum of RGB (Red+Green+Blue) = 237+228+78=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 78 (30.86% from 255 or 14.36% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE44E is #121BB1. Grayscale: #D6D6D6. Windows color (decimal): -1186738 or 5170413. OLE color: 5170413.
HSL color Cylindrical-coordinate representation of color #EDE44E: hue angle of 56.6º 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 #EDE44E is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 78 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.07 |
| HSL | 56.6º | 0.82% | 0.62% | - |
| HSV(B) | 56.6º | 0.67% | 0.93% | - |
| XYZ | 64.04 | 74.04 | 18.12 | - |
| YUV | 213.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 78 | 0 | 0.04 | 0.67 | 0.07 | 56.6 | 0.82 | 0.62 |
| Hex | ED | E4 | 4E | 0 | 4 | 43 | 7 | 39 | 52 | 3E |
| Octal | 355 | 344 | 116 | 0 | 4 | 103 | 7 | 71 | 122 | 76 |
| Binary | 11101101 | 11100100 | 1001110 | 0 | 100 | 1000011 | 111 | 111001 | 1010010 | 111110 |
Color Harmonies of #EDE44E
Complementary color
Monochromatic Colors of #EDE44E
Black with #EDE44E
Text Example
Text Example
White with #EDE44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE44E; }
p { color: rgb(237,228,78); }
H1.HeaderClassName
{
color: #EDE44E;
}
.AnyTagClassName
{
color: #EDE44E;
}
</style>
background-color css
<style>
a { background-color: #EDE44E; }
a { background-color: rgb(237,228,78); }
div.DivClassName
{
background-color: #EDE44E;
}
.BgClassName
{
background-color: #EDE44E;
}
</style>
border-color css
<style>
span { border-color: #EDE44E; }
span { border-color: rgb(237,228,78); }
td.TdClassName
{
border-color: #EDE44E;
}
.TagClassName
{
border-color: #EDE44E;
}
</style>