Shades of Moon Yellow #E6BC1B
Tints of Moon Yellow #E6BC1B
RGB
CMYK
RGB Variations
Color information
#E6BC1B (or 0xE6BC1B) is known color: Moon Yellow. HEX triplet: E6, BC and 1B. RGB value is (230,188,27). Sum of RGB (Red+Green+Blue) = 230+188+27=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 27 (10.94% from 255 or 6.07% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BC1B is #1943E4. Grayscale: #B6B6B6. Windows color (decimal): -1655781 or 1817830. OLE color: 1817830.
HSL color Cylindrical-coordinate representation of color #E6BC1B: hue angle of 47.59º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6BC1B is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 27 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.10 |
| HSL | 47.59º | 0.8% | 0.5% | - |
| HSV(B) | 47.59º | 0.88% | 0.9% | - |
| XYZ | 50.81 | 52.87 | 8.56 | - |
| YUV | 182.2 | 40.41 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 27 | 0 | 0.18 | 0.88 | 0.10 | 47.59 | 0.8 | 0.5 |
| Hex | E6 | BC | 1B | 0 | 12 | 58 | A | 30 | 50 | 32 |
| Octal | 346 | 274 | 33 | 0 | 22 | 130 | 12 | 60 | 120 | 62 |
| Binary | 11100110 | 10111100 | 11011 | 0 | 10010 | 1011000 | 1010 | 110000 | 1010000 | 110010 |
Color Harmonies of #E6BC1B
Complementary color
Monochromatic Colors of #E6BC1B
Black with #E6BC1B
Text Example
Text Example
White with #E6BC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BC1B; }
p { color: rgb(230,188,27); }
H1.HeaderClassName
{
color: #E6BC1B;
}
.AnyTagClassName
{
color: #E6BC1B;
}
</style>
background-color css
<style>
a { background-color: #E6BC1B; }
a { background-color: rgb(230,188,27); }
div.DivClassName
{
background-color: #E6BC1B;
}
.BgClassName
{
background-color: #E6BC1B;
}
</style>
border-color css
<style>
span { border-color: #E6BC1B; }
span { border-color: rgb(230,188,27); }
td.TdClassName
{
border-color: #E6BC1B;
}
.TagClassName
{
border-color: #E6BC1B;
}
</style>