Shades of Moon Yellow #E9CB14
Tints of Moon Yellow #E9CB14
RGB
CMYK
RGB Variations
Color information
#E9CB14 (or 0xE9CB14) is known color: Moon Yellow. HEX triplet: E9, CB and 14. RGB value is (233,203,20). Sum of RGB (Red+Green+Blue) = 233+203+20=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9CB14 is #1634EB. Grayscale: #BFBFBF. Windows color (decimal): -1455340 or 1362921. OLE color: 1362921.
HSL color Cylindrical-coordinate representation of color #E9CB14: hue angle of 51.55º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9CB14 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 20 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.09 |
| HSL | 51.55º | 0.84% | 0.5% | - |
| HSV(B) | 51.55º | 0.91% | 0.91% | - |
| XYZ | 55.09 | 60.09 | 9.36 | - |
| YUV | 191.11 | 31.44 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 20 | 0 | 0.13 | 0.91 | 0.09 | 51.55 | 0.84 | 0.5 |
| Hex | E9 | CB | 14 | 0 | D | 5B | 9 | 34 | 54 | 32 |
| Octal | 351 | 313 | 24 | 0 | 15 | 133 | 11 | 64 | 124 | 62 |
| Binary | 11101001 | 11001011 | 10100 | 0 | 1101 | 1011011 | 1001 | 110100 | 1010100 | 110010 |
Color Harmonies of #E9CB14
Complementary color
Monochromatic Colors of #E9CB14
Black with #E9CB14
Text Example
Text Example
White with #E9CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CB14; }
p { color: rgb(233,203,20); }
H1.HeaderClassName
{
color: #E9CB14;
}
.AnyTagClassName
{
color: #E9CB14;
}
</style>
background-color css
<style>
a { background-color: #E9CB14; }
a { background-color: rgb(233,203,20); }
div.DivClassName
{
background-color: #E9CB14;
}
.BgClassName
{
background-color: #E9CB14;
}
</style>
border-color css
<style>
span { border-color: #E9CB14; }
span { border-color: rgb(233,203,20); }
td.TdClassName
{
border-color: #E9CB14;
}
.TagClassName
{
border-color: #E9CB14;
}
</style>