Shades of Manz #EDE24A
Tints of Manz #EDE24A
RGB
CMYK
RGB Variations
Color information
#EDE24A (or 0xEDE24A) is known color: Manz. HEX triplet: ED, E2 and 4A. RGB value is (237,226,74). Sum of RGB (Red+Green+Blue) = 237+226+74=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 74 (29.30% from 255 or 13.78% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE24A is #121DB5. Grayscale: #D4D4D4. Windows color (decimal): -1187254 or 4907757. OLE color: 4907757.
HSL color Cylindrical-coordinate representation of color #EDE24A: hue angle of 55.95º 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 #EDE24A is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 74 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.07 |
| HSL | 55.95º | 0.82% | 0.61% | - |
| HSV(B) | 55.95º | 0.69% | 0.93% | - |
| XYZ | 63.36 | 72.89 | 17.21 | - |
| YUV | 211.96 | 50.14 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 74 | 0 | 0.05 | 0.69 | 0.07 | 55.95 | 0.82 | 0.61 |
| Hex | ED | E2 | 4A | 0 | 5 | 45 | 7 | 38 | 52 | 3D |
| Octal | 355 | 342 | 112 | 0 | 5 | 105 | 7 | 70 | 122 | 75 |
| Binary | 11101101 | 11100010 | 1001010 | 0 | 101 | 1000101 | 111 | 111000 | 1010010 | 111101 |
Color Harmonies of #EDE24A
Complementary color
Monochromatic Colors of #EDE24A
Black with #EDE24A
Text Example
Text Example
White with #EDE24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE24A; }
p { color: rgb(237,226,74); }
H1.HeaderClassName
{
color: #EDE24A;
}
.AnyTagClassName
{
color: #EDE24A;
}
</style>
background-color css
<style>
a { background-color: #EDE24A; }
a { background-color: rgb(237,226,74); }
div.DivClassName
{
background-color: #EDE24A;
}
.BgClassName
{
background-color: #EDE24A;
}
</style>
border-color css
<style>
span { border-color: #EDE24A; }
span { border-color: rgb(237,226,74); }
td.TdClassName
{
border-color: #EDE24A;
}
.TagClassName
{
border-color: #EDE24A;
}
</style>