Shades of Moon Yellow #EDBF19
Tints of Moon Yellow #EDBF19
RGB
CMYK
RGB Variations
Color information
#EDBF19 (or 0xEDBF19) is known color: Moon Yellow. HEX triplet: ED, BF and 19. RGB value is (237,191,25). Sum of RGB (Red+Green+Blue) = 237+191+25=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 25 (10.16% from 255 or 5.52% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBF19 is #1240E6. Grayscale: #BABABA. Windows color (decimal): -1196263 or 1687533. OLE color: 1687533.
HSL color Cylindrical-coordinate representation of color #EDBF19: hue angle of 46.98º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDBF19 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 25 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.07 |
| HSL | 46.98º | 0.85% | 0.51% | - |
| HSV(B) | 46.98º | 0.89% | 0.93% | - |
| XYZ | 53.73 | 55.34 | 8.77 | - |
| YUV | 185.83 | 37.24 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 25 | 0 | 0.19 | 0.89 | 0.07 | 46.98 | 0.85 | 0.51 |
| Hex | ED | BF | 19 | 0 | 13 | 59 | 7 | 2F | 55 | 33 |
| Octal | 355 | 277 | 31 | 0 | 23 | 131 | 7 | 57 | 125 | 63 |
| Binary | 11101101 | 10111111 | 11001 | 0 | 10011 | 1011001 | 111 | 101111 | 1010101 | 110011 |
Color Harmonies of #EDBF19
Complementary color
Monochromatic Colors of #EDBF19
Black with #EDBF19
Text Example
Text Example
White with #EDBF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF19; }
p { color: rgb(237,191,25); }
H1.HeaderClassName
{
color: #EDBF19;
}
.AnyTagClassName
{
color: #EDBF19;
}
</style>
background-color css
<style>
a { background-color: #EDBF19; }
a { background-color: rgb(237,191,25); }
div.DivClassName
{
background-color: #EDBF19;
}
.BgClassName
{
background-color: #EDBF19;
}
</style>
border-color css
<style>
span { border-color: #EDBF19; }
span { border-color: rgb(237,191,25); }
td.TdClassName
{
border-color: #EDBF19;
}
.TagClassName
{
border-color: #EDBF19;
}
</style>