Shades of Moon Yellow #EDC31B
Tints of Moon Yellow #EDC31B
RGB
CMYK
RGB Variations
Color information
#EDC31B (or 0xEDC31B) is known color: Moon Yellow. HEX triplet: ED, C3 and 1B. RGB value is (237,195,27). Sum of RGB (Red+Green+Blue) = 237+195+27=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 27 (10.94% from 255 or 5.88% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC31B is #123CE4. Grayscale: #BDBDBD. Windows color (decimal): -1195237 or 1819629. OLE color: 1819629.
HSL color Cylindrical-coordinate representation of color #EDC31B: hue angle of 48º 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 #EDC31B is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 27 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.07 |
| HSL | 48º | 0.85% | 0.52% | - |
| HSV(B) | 48º | 0.89% | 0.93% | - |
| XYZ | 54.64 | 57.11 | 9.18 | - |
| YUV | 188.41 | 36.91 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 27 | 0 | 0.18 | 0.89 | 0.07 | 48 | 0.85 | 0.52 |
| Hex | ED | C3 | 1B | 0 | 12 | 59 | 7 | 30 | 55 | 34 |
| Octal | 355 | 303 | 33 | 0 | 22 | 131 | 7 | 60 | 125 | 64 |
| Binary | 11101101 | 11000011 | 11011 | 0 | 10010 | 1011001 | 111 | 110000 | 1010101 | 110100 |
Color Harmonies of #EDC31B
Complementary color
Monochromatic Colors of #EDC31B
Black with #EDC31B
Text Example
Text Example
White with #EDC31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC31B; }
p { color: rgb(237,195,27); }
H1.HeaderClassName
{
color: #EDC31B;
}
.AnyTagClassName
{
color: #EDC31B;
}
</style>
background-color css
<style>
a { background-color: #EDC31B; }
a { background-color: rgb(237,195,27); }
div.DivClassName
{
background-color: #EDC31B;
}
.BgClassName
{
background-color: #EDC31B;
}
</style>
border-color css
<style>
span { border-color: #EDC31B; }
span { border-color: rgb(237,195,27); }
td.TdClassName
{
border-color: #EDC31B;
}
.TagClassName
{
border-color: #EDC31B;
}
</style>