Shades of Moon Yellow #EDBC1B
Tints of Moon Yellow #EDBC1B
RGB
CMYK
RGB Variations
Color information
#EDBC1B (or 0xEDBC1B) is known color: Moon Yellow. HEX triplet: ED, BC and 1B. RGB value is (237,188,27). Sum of RGB (Red+Green+Blue) = 237+188+27=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 27 (10.94% from 255 or 5.97% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC1B is #1243E4. Grayscale: #B8B8B8. Windows color (decimal): -1197029 or 1817837. OLE color: 1817837.
HSL color Cylindrical-coordinate representation of color #EDBC1B: hue angle of 46º 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 #EDBC1B is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 27 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.07 |
| HSL | 46º | 0.85% | 0.52% | - |
| HSV(B) | 46º | 0.89% | 0.93% | - |
| XYZ | 53.11 | 54.05 | 8.67 | - |
| YUV | 184.3 | 39.23 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 27 | 0 | 0.21 | 0.89 | 0.07 | 46 | 0.85 | 0.52 |
| Hex | ED | BC | 1B | 0 | 15 | 59 | 7 | 2E | 55 | 34 |
| Octal | 355 | 274 | 33 | 0 | 25 | 131 | 7 | 56 | 125 | 64 |
| Binary | 11101101 | 10111100 | 11011 | 0 | 10101 | 1011001 | 111 | 101110 | 1010101 | 110100 |
Color Harmonies of #EDBC1B
Complementary color
Monochromatic Colors of #EDBC1B
Black with #EDBC1B
Text Example
Text Example
White with #EDBC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC1B; }
p { color: rgb(237,188,27); }
H1.HeaderClassName
{
color: #EDBC1B;
}
.AnyTagClassName
{
color: #EDBC1B;
}
</style>
background-color css
<style>
a { background-color: #EDBC1B; }
a { background-color: rgb(237,188,27); }
div.DivClassName
{
background-color: #EDBC1B;
}
.BgClassName
{
background-color: #EDBC1B;
}
</style>
border-color css
<style>
span { border-color: #EDBC1B; }
span { border-color: rgb(237,188,27); }
td.TdClassName
{
border-color: #EDBC1B;
}
.TagClassName
{
border-color: #EDBC1B;
}
</style>