Shades of Moon Yellow #E6BF1B
Tints of Moon Yellow #E6BF1B
RGB
CMYK
RGB Variations
Color information
#E6BF1B (or 0xE6BF1B) is known color: Moon Yellow. HEX triplet: E6, BF and 1B. RGB value is (230,191,27). Sum of RGB (Red+Green+Blue) = 230+191+27=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 27 (10.94% from 255 or 6.03% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BF1B is #1940E4. Grayscale: #B8B8B8. Windows color (decimal): -1655013 or 1818598. OLE color: 1818598.
HSL color Cylindrical-coordinate representation of color #E6BF1B: hue angle of 48.47º 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 #E6BF1B is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 27 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.10 |
| HSL | 48.47º | 0.8% | 0.5% | - |
| HSV(B) | 48.47º | 0.88% | 0.9% | - |
| XYZ | 51.46 | 54.16 | 8.78 | - |
| YUV | 183.97 | 39.42 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 27 | 0 | 0.17 | 0.88 | 0.10 | 48.47 | 0.8 | 0.5 |
| Hex | E6 | BF | 1B | 0 | 11 | 58 | A | 30 | 50 | 32 |
| Octal | 346 | 277 | 33 | 0 | 21 | 130 | 12 | 60 | 120 | 62 |
| Binary | 11100110 | 10111111 | 11011 | 0 | 10001 | 1011000 | 1010 | 110000 | 1010000 | 110010 |
Color Harmonies of #E6BF1B
Complementary color
Monochromatic Colors of #E6BF1B
Black with #E6BF1B
Text Example
Text Example
White with #E6BF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BF1B; }
p { color: rgb(230,191,27); }
H1.HeaderClassName
{
color: #E6BF1B;
}
.AnyTagClassName
{
color: #E6BF1B;
}
</style>
background-color css
<style>
a { background-color: #E6BF1B; }
a { background-color: rgb(230,191,27); }
div.DivClassName
{
background-color: #E6BF1B;
}
.BgClassName
{
background-color: #E6BF1B;
}
</style>
border-color css
<style>
span { border-color: #E6BF1B; }
span { border-color: rgb(230,191,27); }
td.TdClassName
{
border-color: #E6BF1B;
}
.TagClassName
{
border-color: #E6BF1B;
}
</style>