Shades of Yellow #EFF90C
Tints of Yellow #EFF90C
RGB
CMYK
RGB Variations
Color information
#EFF90C (or 0xEFF90C) is known color: Yellow. HEX triplet: EF, F9 and 0C. RGB value is (239,249,12). Sum of RGB (Red+Green+Blue) = 239+249+12=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 12 (5.08% from 255 or 2.4% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF90C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF90C is #1006F3. Grayscale: #DBDBDB. Windows color (decimal): -1050356 or 850415. OLE color: 850415.
HSL color Cylindrical-coordinate representation of color #EFF90C: hue angle of 62.53º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFF90C is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 12 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.02 |
| HSL | 62.53º | 0.95% | 0.51% | - |
| HSV(B) | 62.53º | 0.95% | 0.98% | - |
| XYZ | 69.54 | 86.13 | 13.31 | - |
| YUV | 218.99 | 11.19 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 12 | 0.04 | 0 | 0.95 | 0.02 | 62.53 | 0.95 | 0.51 |
| Hex | EF | F9 | C | 4 | 0 | 5F | 2 | 3F | 5F | 33 |
| Octal | 357 | 371 | 14 | 4 | 0 | 137 | 2 | 77 | 137 | 63 |
| Binary | 11101111 | 11111001 | 1100 | 100 | 0 | 1011111 | 10 | 111111 | 1011111 | 110011 |
Color Harmonies of #EFF90C
Complementary color
Monochromatic Colors of #EFF90C
Black with #EFF90C
Text Example
Text Example
White with #EFF90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF90C; }
p { color: rgb(239,249,12); }
H1.HeaderClassName
{
color: #EFF90C;
}
.AnyTagClassName
{
color: #EFF90C;
}
</style>
background-color css
<style>
a { background-color: #EFF90C; }
a { background-color: rgb(239,249,12); }
div.DivClassName
{
background-color: #EFF90C;
}
.BgClassName
{
background-color: #EFF90C;
}
</style>
border-color css
<style>
span { border-color: #EFF90C; }
span { border-color: rgb(239,249,12); }
td.TdClassName
{
border-color: #EFF90C;
}
.TagClassName
{
border-color: #EFF90C;
}
</style>