Shades of Moon Yellow #EDBF0E
Tints of Moon Yellow #EDBF0E
RGB
CMYK
RGB Variations
Color information
#EDBF0E (or 0xEDBF0E) is known color: Moon Yellow. HEX triplet: ED, BF and 0E. RGB value is (237,191,14). Sum of RGB (Red+Green+Blue) = 237+191+14=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 14 (5.86% from 255 or 3.17% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBF0E is #1240F1. Grayscale: #B9B9B9. Windows color (decimal): -1196274 or 966637. OLE color: 966637.
HSL color Cylindrical-coordinate representation of color #EDBF0E: hue angle of 47.62º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDBF0E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 14 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.07 |
| HSL | 47.62º | 0.89% | 0.49% | - |
| HSV(B) | 47.62º | 0.94% | 0.93% | - |
| XYZ | 53.64 | 55.3 | 8.26 | - |
| YUV | 184.58 | 31.74 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 14 | 0 | 0.19 | 0.94 | 0.07 | 47.62 | 0.89 | 0.49 |
| Hex | ED | BF | E | 0 | 13 | 5E | 7 | 30 | 59 | 31 |
| Octal | 355 | 277 | 16 | 0 | 23 | 136 | 7 | 60 | 131 | 61 |
| Binary | 11101101 | 10111111 | 1110 | 0 | 10011 | 1011110 | 111 | 110000 | 1011001 | 110001 |
Color Harmonies of #EDBF0E
Complementary color
Monochromatic Colors of #EDBF0E
Black with #EDBF0E
Text Example
Text Example
White with #EDBF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF0E; }
p { color: rgb(237,191,14); }
H1.HeaderClassName
{
color: #EDBF0E;
}
.AnyTagClassName
{
color: #EDBF0E;
}
</style>
background-color css
<style>
a { background-color: #EDBF0E; }
a { background-color: rgb(237,191,14); }
div.DivClassName
{
background-color: #EDBF0E;
}
.BgClassName
{
background-color: #EDBF0E;
}
</style>
border-color css
<style>
span { border-color: #EDBF0E; }
span { border-color: rgb(237,191,14); }
td.TdClassName
{
border-color: #EDBF0E;
}
.TagClassName
{
border-color: #EDBF0E;
}
</style>