Shades of Moon Yellow #EFC319
Tints of Moon Yellow #EFC319
RGB
CMYK
RGB Variations
Color information
#EFC319 (or 0xEFC319) is known color: Moon Yellow. HEX triplet: EF, C3 and 19. RGB value is (239,195,25). Sum of RGB (Red+Green+Blue) = 239+195+25=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 25 (10.16% from 255 or 5.45% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC319 is #103CE6. Grayscale: #BDBDBD. Windows color (decimal): -1064167 or 1688559. OLE color: 1688559.
HSL color Cylindrical-coordinate representation of color #EFC319: hue angle of 47.66º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFC319 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 25 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.06 |
| HSL | 47.66º | 0.87% | 0.52% | - |
| HSV(B) | 47.66º | 0.9% | 0.94% | - |
| XYZ | 55.29 | 57.45 | 9.09 | - |
| YUV | 188.78 | 35.58 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 25 | 0 | 0.18 | 0.90 | 0.06 | 47.66 | 0.87 | 0.52 |
| Hex | EF | C3 | 19 | 0 | 12 | 5A | 6 | 30 | 57 | 34 |
| Octal | 357 | 303 | 31 | 0 | 22 | 132 | 6 | 60 | 127 | 64 |
| Binary | 11101111 | 11000011 | 11001 | 0 | 10010 | 1011010 | 110 | 110000 | 1010111 | 110100 |
Color Harmonies of #EFC319
Complementary color
Monochromatic Colors of #EFC319
Black with #EFC319
Text Example
Text Example
White with #EFC319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC319; }
p { color: rgb(239,195,25); }
H1.HeaderClassName
{
color: #EFC319;
}
.AnyTagClassName
{
color: #EFC319;
}
</style>
background-color css
<style>
a { background-color: #EFC319; }
a { background-color: rgb(239,195,25); }
div.DivClassName
{
background-color: #EFC319;
}
.BgClassName
{
background-color: #EFC319;
}
</style>
border-color css
<style>
span { border-color: #EFC319; }
span { border-color: rgb(239,195,25); }
td.TdClassName
{
border-color: #EFC319;
}
.TagClassName
{
border-color: #EFC319;
}
</style>