Shades of Moon Yellow #EDBF16
Tints of Moon Yellow #EDBF16
RGB
CMYK
RGB Variations
Color information
#EDBF16 (or 0xEDBF16) is known color: Moon Yellow. HEX triplet: ED, BF and 16. RGB value is (237,191,22). Sum of RGB (Red+Green+Blue) = 237+191+22=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 22 (8.98% from 255 or 4.89% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBF16 is #1240E9. Grayscale: #BABABA. Windows color (decimal): -1196266 or 1490925. OLE color: 1490925.
HSL color Cylindrical-coordinate representation of color #EDBF16: hue angle of 47.16º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDBF16 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 22 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.07 |
| HSL | 47.16º | 0.86% | 0.51% | - |
| HSV(B) | 47.16º | 0.91% | 0.93% | - |
| XYZ | 53.7 | 55.32 | 8.61 | - |
| YUV | 185.49 | 35.74 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 22 | 0 | 0.19 | 0.91 | 0.07 | 47.16 | 0.86 | 0.51 |
| Hex | ED | BF | 16 | 0 | 13 | 5B | 7 | 2F | 56 | 33 |
| Octal | 355 | 277 | 26 | 0 | 23 | 133 | 7 | 57 | 126 | 63 |
| Binary | 11101101 | 10111111 | 10110 | 0 | 10011 | 1011011 | 111 | 101111 | 1010110 | 110011 |
Color Harmonies of #EDBF16
Complementary color
Monochromatic Colors of #EDBF16
Black with #EDBF16
Text Example
Text Example
White with #EDBF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF16; }
p { color: rgb(237,191,22); }
H1.HeaderClassName
{
color: #EDBF16;
}
.AnyTagClassName
{
color: #EDBF16;
}
</style>
background-color css
<style>
a { background-color: #EDBF16; }
a { background-color: rgb(237,191,22); }
div.DivClassName
{
background-color: #EDBF16;
}
.BgClassName
{
background-color: #EDBF16;
}
</style>
border-color css
<style>
span { border-color: #EDBF16; }
span { border-color: rgb(237,191,22); }
td.TdClassName
{
border-color: #EDBF16;
}
.TagClassName
{
border-color: #EDBF16;
}
</style>