Shades of Moon Yellow #E6BD1C
Tints of Moon Yellow #E6BD1C
RGB
CMYK
RGB Variations
Color information
#E6BD1C (or 0xE6BD1C) is known color: Moon Yellow. HEX triplet: E6, BD and 1C. RGB value is (230,189,28). Sum of RGB (Red+Green+Blue) = 230+189+28=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BD1C is #1942E3. Grayscale: #B7B7B7. Windows color (decimal): -1655524 or 1883622. OLE color: 1883622.
HSL color Cylindrical-coordinate representation of color #E6BD1C: hue angle of 47.82º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6BD1C is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 28 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.10 |
| HSL | 47.82º | 0.8% | 0.51% | - |
| HSV(B) | 47.82º | 0.88% | 0.9% | - |
| XYZ | 51.04 | 53.3 | 8.7 | - |
| YUV | 182.91 | 40.58 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 28 | 0 | 0.18 | 0.88 | 0.10 | 47.82 | 0.8 | 0.51 |
| Hex | E6 | BD | 1C | 0 | 12 | 58 | A | 30 | 50 | 33 |
| Octal | 346 | 275 | 34 | 0 | 22 | 130 | 12 | 60 | 120 | 63 |
| Binary | 11100110 | 10111101 | 11100 | 0 | 10010 | 1011000 | 1010 | 110000 | 1010000 | 110011 |
Color Harmonies of #E6BD1C
Complementary color
Monochromatic Colors of #E6BD1C
Black with #E6BD1C
Text Example
Text Example
White with #E6BD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BD1C; }
p { color: rgb(230,189,28); }
H1.HeaderClassName
{
color: #E6BD1C;
}
.AnyTagClassName
{
color: #E6BD1C;
}
</style>
background-color css
<style>
a { background-color: #E6BD1C; }
a { background-color: rgb(230,189,28); }
div.DivClassName
{
background-color: #E6BD1C;
}
.BgClassName
{
background-color: #E6BD1C;
}
</style>
border-color css
<style>
span { border-color: #E6BD1C; }
span { border-color: rgb(230,189,28); }
td.TdClassName
{
border-color: #E6BD1C;
}
.TagClassName
{
border-color: #E6BD1C;
}
</style>