Shades of Yellow #EFF902
Tints of Yellow #EFF902
RGB
CMYK
RGB Variations
Color information
#EFF902 (or 0xEFF902) is known color: Yellow. HEX triplet: EF, F9 and 02. RGB value is (239,249,2). Sum of RGB (Red+Green+Blue) = 239+249+2=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 2 (1.17% from 255 or 0.41% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF902 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF902 is #1006FD. Grayscale: #DADADA. Windows color (decimal): -1050366 or 195055. OLE color: 195055.
HSL color Cylindrical-coordinate representation of color #EFF902: hue angle of 62.43º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFF902 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.02 |
| HSL | 62.43º | 0.98% | 0.49% | - |
| HSV(B) | 62.43º | 0.99% | 0.98% | - |
| XYZ | 69.48 | 86.11 | 13.02 | - |
| YUV | 217.85 | 6.19 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 2 | 0.04 | 0 | 0.99 | 0.02 | 62.43 | 0.98 | 0.49 |
| Hex | EF | F9 | 2 | 4 | 0 | 63 | 2 | 3E | 62 | 31 |
| Octal | 357 | 371 | 2 | 4 | 0 | 143 | 2 | 76 | 142 | 61 |
| Binary | 11101111 | 11111001 | 10 | 100 | 0 | 1100011 | 10 | 111110 | 1100010 | 110001 |
Color Harmonies of #EFF902
Complementary color
Monochromatic Colors of #EFF902
Black with #EFF902
Text Example
Text Example
White with #EFF902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF902; }
p { color: rgb(239,249,2); }
H1.HeaderClassName
{
color: #EFF902;
}
.AnyTagClassName
{
color: #EFF902;
}
</style>
background-color css
<style>
a { background-color: #EFF902; }
a { background-color: rgb(239,249,2); }
div.DivClassName
{
background-color: #EFF902;
}
.BgClassName
{
background-color: #EFF902;
}
</style>
border-color css
<style>
span { border-color: #EFF902; }
span { border-color: rgb(239,249,2); }
td.TdClassName
{
border-color: #EFF902;
}
.TagClassName
{
border-color: #EFF902;
}
</style>