Shades of Manz #EDE44B
Tints of Manz #EDE44B
RGB
CMYK
RGB Variations
Color information
#EDE44B (or 0xEDE44B) is known color: Manz. HEX triplet: ED, E4 and 4B. RGB value is (237,228,75). Sum of RGB (Red+Green+Blue) = 237+228+75=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 75 (29.69% from 255 or 13.89% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE44B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE44B is #121BB4. Grayscale: #D5D5D5. Windows color (decimal): -1186741 or 4973805. OLE color: 4973805.
HSL color Cylindrical-coordinate representation of color #EDE44B: hue angle of 56.67º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDE44B is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 75 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.07 |
| HSL | 56.67º | 0.82% | 0.61% | - |
| HSV(B) | 56.67º | 0.68% | 0.93% | - |
| XYZ | 63.94 | 74 | 17.57 | - |
| YUV | 213.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 75 | 0 | 0.04 | 0.68 | 0.07 | 56.67 | 0.82 | 0.61 |
| Hex | ED | E4 | 4B | 0 | 4 | 44 | 7 | 39 | 52 | 3D |
| Octal | 355 | 344 | 113 | 0 | 4 | 104 | 7 | 71 | 122 | 75 |
| Binary | 11101101 | 11100100 | 1001011 | 0 | 100 | 1000100 | 111 | 111001 | 1010010 | 111101 |
Color Harmonies of #EDE44B
Complementary color
Monochromatic Colors of #EDE44B
Black with #EDE44B
Text Example
Text Example
White with #EDE44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE44B; }
p { color: rgb(237,228,75); }
H1.HeaderClassName
{
color: #EDE44B;
}
.AnyTagClassName
{
color: #EDE44B;
}
</style>
background-color css
<style>
a { background-color: #EDE44B; }
a { background-color: rgb(237,228,75); }
div.DivClassName
{
background-color: #EDE44B;
}
.BgClassName
{
background-color: #EDE44B;
}
</style>
border-color css
<style>
span { border-color: #EDE44B; }
span { border-color: rgb(237,228,75); }
td.TdClassName
{
border-color: #EDE44B;
}
.TagClassName
{
border-color: #EDE44B;
}
</style>