Shades of Moon Yellow #EDBC17
Tints of Moon Yellow #EDBC17
RGB
CMYK
RGB Variations
Color information
#EDBC17 (or 0xEDBC17) is known color: Moon Yellow. HEX triplet: ED, BC and 17. RGB value is (237,188,23). Sum of RGB (Red+Green+Blue) = 237+188+23=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 23 (9.38% from 255 or 5.13% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBC17 is #1243E8. Grayscale: #B8B8B8. Windows color (decimal): -1197033 or 1555693. OLE color: 1555693.
HSL color Cylindrical-coordinate representation of color #EDBC17: hue angle of 46.26º 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 #EDBC17 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 23 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.07 |
| HSL | 46.26º | 0.86% | 0.51% | - |
| HSV(B) | 46.26º | 0.9% | 0.93% | - |
| XYZ | 53.06 | 54.03 | 8.44 | - |
| YUV | 183.84 | 37.23 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 23 | 0 | 0.21 | 0.90 | 0.07 | 46.26 | 0.86 | 0.51 |
| Hex | ED | BC | 17 | 0 | 15 | 5A | 7 | 2E | 56 | 33 |
| Octal | 355 | 274 | 27 | 0 | 25 | 132 | 7 | 56 | 126 | 63 |
| Binary | 11101101 | 10111100 | 10111 | 0 | 10101 | 1011010 | 111 | 101110 | 1010110 | 110011 |
Color Harmonies of #EDBC17
Complementary color
Monochromatic Colors of #EDBC17
Black with #EDBC17
Text Example
Text Example
White with #EDBC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC17; }
p { color: rgb(237,188,23); }
H1.HeaderClassName
{
color: #EDBC17;
}
.AnyTagClassName
{
color: #EDBC17;
}
</style>
background-color css
<style>
a { background-color: #EDBC17; }
a { background-color: rgb(237,188,23); }
div.DivClassName
{
background-color: #EDBC17;
}
.BgClassName
{
background-color: #EDBC17;
}
</style>
border-color css
<style>
span { border-color: #EDBC17; }
span { border-color: rgb(237,188,23); }
td.TdClassName
{
border-color: #EDBC17;
}
.TagClassName
{
border-color: #EDBC17;
}
</style>