Shades of Yellow #EFF103
Tints of Yellow #EFF103
RGB
CMYK
RGB Variations
Color information
#EFF103 (or 0xEFF103) is known color: Yellow. HEX triplet: EF, F1 and 03. RGB value is (239,241,3). Sum of RGB (Red+Green+Blue) = 239+241+3=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 3 (1.56% from 255 or 0.62% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF103 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF103 is #100EFC. Grayscale: #D6D6D6. Windows color (decimal): -1052413 or 258543. OLE color: 258543.
HSL color Cylindrical-coordinate representation of color #EFF103: hue angle of 60.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFF103 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 3 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.05 |
| HSL | 60.5º | 0.98% | 0.48% | - |
| HSV(B) | 60.5º | 0.99% | 0.95% | - |
| XYZ | 67.07 | 81.27 | 12.24 | - |
| YUV | 213.27 | 9.34 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 3 | 0.01 | 0 | 0.99 | 0.05 | 60.5 | 0.98 | 0.48 |
| Hex | EF | F1 | 3 | 1 | 0 | 63 | 5 | 3D | 62 | 30 |
| Octal | 357 | 361 | 3 | 1 | 0 | 143 | 5 | 75 | 142 | 60 |
| Binary | 11101111 | 11110001 | 11 | 1 | 0 | 1100011 | 101 | 111101 | 1100010 | 110000 |
Color Harmonies of #EFF103
Complementary color
Monochromatic Colors of #EFF103
Black with #EFF103
Text Example
Text Example
White with #EFF103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF103; }
p { color: rgb(239,241,3); }
H1.HeaderClassName
{
color: #EFF103;
}
.AnyTagClassName
{
color: #EFF103;
}
</style>
background-color css
<style>
a { background-color: #EFF103; }
a { background-color: rgb(239,241,3); }
div.DivClassName
{
background-color: #EFF103;
}
.BgClassName
{
background-color: #EFF103;
}
</style>
border-color css
<style>
span { border-color: #EFF103; }
span { border-color: rgb(239,241,3); }
td.TdClassName
{
border-color: #EFF103;
}
.TagClassName
{
border-color: #EFF103;
}
</style>