Shades of Moon Yellow #EDBA1A
Tints of Moon Yellow #EDBA1A
RGB
CMYK
RGB Variations
Color information
#EDBA1A (or 0xEDBA1A) is known color: Moon Yellow. HEX triplet: ED, BA and 1A. RGB value is (237,186,26). Sum of RGB (Red+Green+Blue) = 237+186+26=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 26 (10.55% from 255 or 5.79% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA1A is #1245E5. Grayscale: #B7B7B7. Windows color (decimal): -1197542 or 1751789. OLE color: 1751789.
HSL color Cylindrical-coordinate representation of color #EDBA1A: hue angle of 45.5º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDBA1A is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 26 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.07 |
| HSL | 45.5º | 0.85% | 0.52% | - |
| HSV(B) | 45.5º | 0.89% | 0.93% | - |
| XYZ | 52.67 | 53.2 | 8.47 | - |
| YUV | 183.01 | 39.4 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 26 | 0 | 0.22 | 0.89 | 0.07 | 45.5 | 0.85 | 0.52 |
| Hex | ED | BA | 1A | 0 | 16 | 59 | 7 | 2D | 55 | 34 |
| Octal | 355 | 272 | 32 | 0 | 26 | 131 | 7 | 55 | 125 | 64 |
| Binary | 11101101 | 10111010 | 11010 | 0 | 10110 | 1011001 | 111 | 101101 | 1010101 | 110100 |
Color Harmonies of #EDBA1A
Complementary color
Monochromatic Colors of #EDBA1A
Black with #EDBA1A
Text Example
Text Example
White with #EDBA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA1A; }
p { color: rgb(237,186,26); }
H1.HeaderClassName
{
color: #EDBA1A;
}
.AnyTagClassName
{
color: #EDBA1A;
}
</style>
background-color css
<style>
a { background-color: #EDBA1A; }
a { background-color: rgb(237,186,26); }
div.DivClassName
{
background-color: #EDBA1A;
}
.BgClassName
{
background-color: #EDBA1A;
}
</style>
border-color css
<style>
span { border-color: #EDBA1A; }
span { border-color: rgb(237,186,26); }
td.TdClassName
{
border-color: #EDBA1A;
}
.TagClassName
{
border-color: #EDBA1A;
}
</style>