Shades of Moon Yellow #EFC312
Tints of Moon Yellow #EFC312
RGB
CMYK
RGB Variations
Color information
#EFC312 (or 0xEFC312) is known color: Moon Yellow. HEX triplet: EF, C3 and 12. RGB value is (239,195,18). Sum of RGB (Red+Green+Blue) = 239+195+18=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC312 is #103CED. Grayscale: #BCBCBC. Windows color (decimal): -1064174 or 1229807. OLE color: 1229807.
HSL color Cylindrical-coordinate representation of color #EFC312: hue angle of 48.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFC312 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 18 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.06 |
| HSL | 48.05º | 0.87% | 0.5% | - |
| HSV(B) | 48.05º | 0.92% | 0.94% | - |
| XYZ | 55.22 | 57.42 | 8.75 | - |
| YUV | 187.98 | 32.08 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 18 | 0 | 0.18 | 0.92 | 0.06 | 48.05 | 0.87 | 0.5 |
| Hex | EF | C3 | 12 | 0 | 12 | 5C | 6 | 30 | 57 | 32 |
| Octal | 357 | 303 | 22 | 0 | 22 | 134 | 6 | 60 | 127 | 62 |
| Binary | 11101111 | 11000011 | 10010 | 0 | 10010 | 1011100 | 110 | 110000 | 1010111 | 110010 |
Color Harmonies of #EFC312
Complementary color
Monochromatic Colors of #EFC312
Black with #EFC312
Text Example
Text Example
White with #EFC312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC312; }
p { color: rgb(239,195,18); }
H1.HeaderClassName
{
color: #EFC312;
}
.AnyTagClassName
{
color: #EFC312;
}
</style>
background-color css
<style>
a { background-color: #EFC312; }
a { background-color: rgb(239,195,18); }
div.DivClassName
{
background-color: #EFC312;
}
.BgClassName
{
background-color: #EFC312;
}
</style>
border-color css
<style>
span { border-color: #EFC312; }
span { border-color: rgb(239,195,18); }
td.TdClassName
{
border-color: #EFC312;
}
.TagClassName
{
border-color: #EFC312;
}
</style>