Shades of Yellow #EFFB0D
Tints of Yellow #EFFB0D
RGB
CMYK
RGB Variations
Color information
#EFFB0D (or 0xEFFB0D) is known color: Yellow. HEX triplet: EF, FB and 0D. RGB value is (239,251,13). Sum of RGB (Red+Green+Blue) = 239+251+13=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 13 (5.47% from 255 or 2.58% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFB0D is #1004F2. Grayscale: #DDDDDD. Windows color (decimal): -1049843 or 916463. OLE color: 916463.
HSL color Cylindrical-coordinate representation of color #EFFB0D: hue angle of 63.03º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFFB0D is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 13 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.02 |
| HSL | 63.03º | 0.97% | 0.52% | - |
| HSV(B) | 63.03º | 0.95% | 0.98% | - |
| XYZ | 70.17 | 87.37 | 13.55 | - |
| YUV | 220.28 | 11.02 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 13 | 0.05 | 0 | 0.95 | 0.02 | 63.03 | 0.97 | 0.52 |
| Hex | EF | FB | D | 5 | 0 | 5F | 2 | 3F | 61 | 34 |
| Octal | 357 | 373 | 15 | 5 | 0 | 137 | 2 | 77 | 141 | 64 |
| Binary | 11101111 | 11111011 | 1101 | 101 | 0 | 1011111 | 10 | 111111 | 1100001 | 110100 |
Color Harmonies of #EFFB0D
Complementary color
Monochromatic Colors of #EFFB0D
Black with #EFFB0D
Text Example
Text Example
White with #EFFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFB0D; }
p { color: rgb(239,251,13); }
H1.HeaderClassName
{
color: #EFFB0D;
}
.AnyTagClassName
{
color: #EFFB0D;
}
</style>
background-color css
<style>
a { background-color: #EFFB0D; }
a { background-color: rgb(239,251,13); }
div.DivClassName
{
background-color: #EFFB0D;
}
.BgClassName
{
background-color: #EFFB0D;
}
</style>
border-color css
<style>
span { border-color: #EFFB0D; }
span { border-color: rgb(239,251,13); }
td.TdClassName
{
border-color: #EFFB0D;
}
.TagClassName
{
border-color: #EFFB0D;
}
</style>