Shades of Manz #EDE24B
Tints of Manz #EDE24B
RGB
CMYK
RGB Variations
Color information
#EDE24B (or 0xEDE24B) is known color: Manz. HEX triplet: ED, E2 and 4B. RGB value is (237,226,75). Sum of RGB (Red+Green+Blue) = 237+226+75=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 75 (29.69% from 255 or 13.94% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE24B is #121DB4. Grayscale: #D4D4D4. Windows color (decimal): -1187253 or 4973293. OLE color: 4973293.
HSL color Cylindrical-coordinate representation of color #EDE24B: hue angle of 55.93º 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 #EDE24B is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 75 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.07 |
| HSL | 55.93º | 0.82% | 0.61% | - |
| HSV(B) | 55.93º | 0.68% | 0.93% | - |
| XYZ | 63.39 | 72.91 | 17.39 | - |
| YUV | 212.08 | 50.64 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 75 | 0 | 0.05 | 0.68 | 0.07 | 55.93 | 0.82 | 0.61 |
| Hex | ED | E2 | 4B | 0 | 5 | 44 | 7 | 38 | 52 | 3D |
| Octal | 355 | 342 | 113 | 0 | 5 | 104 | 7 | 70 | 122 | 75 |
| Binary | 11101101 | 11100010 | 1001011 | 0 | 101 | 1000100 | 111 | 111000 | 1010010 | 111101 |
Color Harmonies of #EDE24B
Complementary color
Monochromatic Colors of #EDE24B
Black with #EDE24B
Text Example
Text Example
White with #EDE24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE24B; }
p { color: rgb(237,226,75); }
H1.HeaderClassName
{
color: #EDE24B;
}
.AnyTagClassName
{
color: #EDE24B;
}
</style>
background-color css
<style>
a { background-color: #EDE24B; }
a { background-color: rgb(237,226,75); }
div.DivClassName
{
background-color: #EDE24B;
}
.BgClassName
{
background-color: #EDE24B;
}
</style>
border-color css
<style>
span { border-color: #EDE24B; }
span { border-color: rgb(237,226,75); }
td.TdClassName
{
border-color: #EDE24B;
}
.TagClassName
{
border-color: #EDE24B;
}
</style>