Shades of Yellow #EFF808
Tints of Yellow #EFF808
RGB
CMYK
RGB Variations
Color information
#EFF808 (or 0xEFF808) is known color: Yellow. HEX triplet: EF, F8 and 08. RGB value is (239,248,8). Sum of RGB (Red+Green+Blue) = 239+248+8=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 8 (3.52% from 255 or 1.62% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF808 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF808 is #1007F7. Grayscale: #DADADA. Windows color (decimal): -1050616 or 588015. OLE color: 588015.
HSL color Cylindrical-coordinate representation of color #EFF808: hue angle of 62.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFF808 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 8 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.03 |
| HSL | 62.25º | 0.94% | 0.5% | - |
| HSV(B) | 62.25º | 0.97% | 0.97% | - |
| XYZ | 69.21 | 85.5 | 13.09 | - |
| YUV | 217.95 | 9.52 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 8 | 0.04 | 0 | 0.97 | 0.03 | 62.25 | 0.94 | 0.5 |
| Hex | EF | F8 | 8 | 4 | 0 | 61 | 3 | 3E | 5E | 32 |
| Octal | 357 | 370 | 10 | 4 | 0 | 141 | 3 | 76 | 136 | 62 |
| Binary | 11101111 | 11111000 | 1000 | 100 | 0 | 1100001 | 11 | 111110 | 1011110 | 110010 |
Color Harmonies of #EFF808
Complementary color
Monochromatic Colors of #EFF808
Black with #EFF808
Text Example
Text Example
White with #EFF808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF808; }
p { color: rgb(239,248,8); }
H1.HeaderClassName
{
color: #EFF808;
}
.AnyTagClassName
{
color: #EFF808;
}
</style>
background-color css
<style>
a { background-color: #EFF808; }
a { background-color: rgb(239,248,8); }
div.DivClassName
{
background-color: #EFF808;
}
.BgClassName
{
background-color: #EFF808;
}
</style>
border-color css
<style>
span { border-color: #EFF808; }
span { border-color: rgb(239,248,8); }
td.TdClassName
{
border-color: #EFF808;
}
.TagClassName
{
border-color: #EFF808;
}
</style>