Shades of Moon Yellow #EDBF1C
Tints of Moon Yellow #EDBF1C
RGB
CMYK
RGB Variations
Color information
#EDBF1C (or 0xEDBF1C) is known color: Moon Yellow. HEX triplet: ED, BF and 1C. RGB value is (237,191,28). Sum of RGB (Red+Green+Blue) = 237+191+28=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBF1C is #1240E3. Grayscale: #BABABA. Windows color (decimal): -1196260 or 1884141. OLE color: 1884141.
HSL color Cylindrical-coordinate representation of color #EDBF1C: hue angle of 46.79º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDBF1C is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 28 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.07 |
| HSL | 46.79º | 0.85% | 0.52% | - |
| HSV(B) | 46.79º | 0.88% | 0.93% | - |
| XYZ | 53.77 | 55.35 | 8.95 | - |
| YUV | 186.17 | 38.74 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 28 | 0 | 0.19 | 0.88 | 0.07 | 46.79 | 0.85 | 0.52 |
| Hex | ED | BF | 1C | 0 | 13 | 58 | 7 | 2F | 55 | 34 |
| Octal | 355 | 277 | 34 | 0 | 23 | 130 | 7 | 57 | 125 | 64 |
| Binary | 11101101 | 10111111 | 11100 | 0 | 10011 | 1011000 | 111 | 101111 | 1010101 | 110100 |
Color Harmonies of #EDBF1C
Complementary color
Monochromatic Colors of #EDBF1C
Black with #EDBF1C
Text Example
Text Example
White with #EDBF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF1C; }
p { color: rgb(237,191,28); }
H1.HeaderClassName
{
color: #EDBF1C;
}
.AnyTagClassName
{
color: #EDBF1C;
}
</style>
background-color css
<style>
a { background-color: #EDBF1C; }
a { background-color: rgb(237,191,28); }
div.DivClassName
{
background-color: #EDBF1C;
}
.BgClassName
{
background-color: #EDBF1C;
}
</style>
border-color css
<style>
span { border-color: #EDBF1C; }
span { border-color: rgb(237,191,28); }
td.TdClassName
{
border-color: #EDBF1C;
}
.TagClassName
{
border-color: #EDBF1C;
}
</style>