Shades of Moon Yellow #EFC31C
Tints of Moon Yellow #EFC31C
RGB
CMYK
RGB Variations
Color information
#EFC31C (or 0xEFC31C) is known color: Moon Yellow. HEX triplet: EF, C3 and 1C. RGB value is (239,195,28). Sum of RGB (Red+Green+Blue) = 239+195+28=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 28 (11.33% from 255 or 6.06% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC31C is #103CE3. Grayscale: #BDBDBD. Windows color (decimal): -1064164 or 1885167. OLE color: 1885167.
HSL color Cylindrical-coordinate representation of color #EFC31C: hue angle of 47.49º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFC31C is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 28 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.06 |
| HSL | 47.49º | 0.87% | 0.52% | - |
| HSV(B) | 47.49º | 0.88% | 0.94% | - |
| XYZ | 55.32 | 57.46 | 9.27 | - |
| YUV | 189.12 | 37.08 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 28 | 0 | 0.18 | 0.88 | 0.06 | 47.49 | 0.87 | 0.52 |
| Hex | EF | C3 | 1C | 0 | 12 | 58 | 6 | 2F | 57 | 34 |
| Octal | 357 | 303 | 34 | 0 | 22 | 130 | 6 | 57 | 127 | 64 |
| Binary | 11101111 | 11000011 | 11100 | 0 | 10010 | 1011000 | 110 | 101111 | 1010111 | 110100 |
Color Harmonies of #EFC31C
Complementary color
Monochromatic Colors of #EFC31C
Black with #EFC31C
Text Example
Text Example
White with #EFC31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC31C; }
p { color: rgb(239,195,28); }
H1.HeaderClassName
{
color: #EFC31C;
}
.AnyTagClassName
{
color: #EFC31C;
}
</style>
background-color css
<style>
a { background-color: #EFC31C; }
a { background-color: rgb(239,195,28); }
div.DivClassName
{
background-color: #EFC31C;
}
.BgClassName
{
background-color: #EFC31C;
}
</style>
border-color css
<style>
span { border-color: #EFC31C; }
span { border-color: rgb(239,195,28); }
td.TdClassName
{
border-color: #EFC31C;
}
.TagClassName
{
border-color: #EFC31C;
}
</style>