Shades of Moon Yellow #EDBF18
Tints of Moon Yellow #EDBF18
RGB
CMYK
RGB Variations
Color information
#EDBF18 (or 0xEDBF18) is known color: Moon Yellow. HEX triplet: ED, BF and 18. RGB value is (237,191,24). Sum of RGB (Red+Green+Blue) = 237+191+24=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 24 (9.77% from 255 or 5.31% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBF18 is #1240E7. Grayscale: #BABABA. Windows color (decimal): -1196264 or 1621997. OLE color: 1621997.
HSL color Cylindrical-coordinate representation of color #EDBF18: hue angle of 47.04º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDBF18 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 24 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.07 |
| HSL | 47.04º | 0.86% | 0.51% | - |
| HSV(B) | 47.04º | 0.9% | 0.93% | - |
| XYZ | 53.72 | 55.33 | 8.71 | - |
| YUV | 185.72 | 36.74 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 24 | 0 | 0.19 | 0.90 | 0.07 | 47.04 | 0.86 | 0.51 |
| Hex | ED | BF | 18 | 0 | 13 | 5A | 7 | 2F | 56 | 33 |
| Octal | 355 | 277 | 30 | 0 | 23 | 132 | 7 | 57 | 126 | 63 |
| Binary | 11101101 | 10111111 | 11000 | 0 | 10011 | 1011010 | 111 | 101111 | 1010110 | 110011 |
Color Harmonies of #EDBF18
Complementary color
Monochromatic Colors of #EDBF18
Black with #EDBF18
Text Example
Text Example
White with #EDBF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF18; }
p { color: rgb(237,191,24); }
H1.HeaderClassName
{
color: #EDBF18;
}
.AnyTagClassName
{
color: #EDBF18;
}
</style>
background-color css
<style>
a { background-color: #EDBF18; }
a { background-color: rgb(237,191,24); }
div.DivClassName
{
background-color: #EDBF18;
}
.BgClassName
{
background-color: #EDBF18;
}
</style>
border-color css
<style>
span { border-color: #EDBF18; }
span { border-color: rgb(237,191,24); }
td.TdClassName
{
border-color: #EDBF18;
}
.TagClassName
{
border-color: #EDBF18;
}
</style>