Shades of Moon Yellow #EDBF0D
Tints of Moon Yellow #EDBF0D
RGB
CMYK
RGB Variations
Color information
#EDBF0D (or 0xEDBF0D) is known color: Moon Yellow. HEX triplet: ED, BF and 0D. RGB value is (237,191,13). Sum of RGB (Red+Green+Blue) = 237+191+13=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBF0D is #1240F2. Grayscale: #B9B9B9. Windows color (decimal): -1196275 or 901101. OLE color: 901101.
HSL color Cylindrical-coordinate representation of color #EDBF0D: hue angle of 47.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDBF0D is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 13 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.07 |
| HSL | 47.68º | 0.9% | 0.49% | - |
| HSV(B) | 47.68º | 0.95% | 0.93% | - |
| XYZ | 53.63 | 55.3 | 8.23 | - |
| YUV | 184.46 | 31.24 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 13 | 0 | 0.19 | 0.95 | 0.07 | 47.68 | 0.9 | 0.49 |
| Hex | ED | BF | D | 0 | 13 | 5F | 7 | 30 | 5A | 31 |
| Octal | 355 | 277 | 15 | 0 | 23 | 137 | 7 | 60 | 132 | 61 |
| Binary | 11101101 | 10111111 | 1101 | 0 | 10011 | 1011111 | 111 | 110000 | 1011010 | 110001 |
Color Harmonies of #EDBF0D
Complementary color
Monochromatic Colors of #EDBF0D
Black with #EDBF0D
Text Example
Text Example
White with #EDBF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF0D; }
p { color: rgb(237,191,13); }
H1.HeaderClassName
{
color: #EDBF0D;
}
.AnyTagClassName
{
color: #EDBF0D;
}
</style>
background-color css
<style>
a { background-color: #EDBF0D; }
a { background-color: rgb(237,191,13); }
div.DivClassName
{
background-color: #EDBF0D;
}
.BgClassName
{
background-color: #EDBF0D;
}
</style>
border-color css
<style>
span { border-color: #EDBF0D; }
span { border-color: rgb(237,191,13); }
td.TdClassName
{
border-color: #EDBF0D;
}
.TagClassName
{
border-color: #EDBF0D;
}
</style>