Shades of Yellow #EFF60A
Tints of Yellow #EFF60A
RGB
CMYK
RGB Variations
Color information
#EFF60A (or 0xEFF60A) is known color: Yellow. HEX triplet: EF, F6 and 0A. RGB value is (239,246,10). Sum of RGB (Red+Green+Blue) = 239+246+10=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 10 (4.30% from 255 or 2.02% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF60A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF60A is #1009F5. Grayscale: #D9D9D9. Windows color (decimal): -1051126 or 718575. OLE color: 718575.
HSL color Cylindrical-coordinate representation of color #EFF60A: hue angle of 61.78º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFF60A is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 10 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.04 |
| HSL | 61.78º | 0.93% | 0.5% | - |
| HSV(B) | 61.78º | 0.96% | 0.96% | - |
| XYZ | 68.61 | 84.28 | 12.94 | - |
| YUV | 217 | 11.18 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 10 | 0.03 | 0 | 0.96 | 0.04 | 61.78 | 0.93 | 0.5 |
| Hex | EF | F6 | A | 3 | 0 | 60 | 4 | 3E | 5D | 32 |
| Octal | 357 | 366 | 12 | 3 | 0 | 140 | 4 | 76 | 135 | 62 |
| Binary | 11101111 | 11110110 | 1010 | 11 | 0 | 1100000 | 100 | 111110 | 1011101 | 110010 |
Color Harmonies of #EFF60A
Complementary color
Monochromatic Colors of #EFF60A
Black with #EFF60A
Text Example
Text Example
White with #EFF60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF60A; }
p { color: rgb(239,246,10); }
H1.HeaderClassName
{
color: #EFF60A;
}
.AnyTagClassName
{
color: #EFF60A;
}
</style>
background-color css
<style>
a { background-color: #EFF60A; }
a { background-color: rgb(239,246,10); }
div.DivClassName
{
background-color: #EFF60A;
}
.BgClassName
{
background-color: #EFF60A;
}
</style>
border-color css
<style>
span { border-color: #EFF60A; }
span { border-color: rgb(239,246,10); }
td.TdClassName
{
border-color: #EFF60A;
}
.TagClassName
{
border-color: #EFF60A;
}
</style>