Shades of Selective Yellow #EFB40B
Tints of Selective Yellow #EFB40B
RGB
CMYK
RGB Variations
Color information
#EFB40B (or 0xEFB40B) is known color: Selective Yellow. HEX triplet: EF, B4 and 0B. RGB value is (239,180,11). Sum of RGB (Red+Green+Blue) = 239+180+11=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB40B is #104BF4. Grayscale: #B3B3B3. Windows color (decimal): -1068021 or 767215. OLE color: 767215.
HSL color Cylindrical-coordinate representation of color #EFB40B: hue angle of 44.47º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFB40B is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 11 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.06 |
| HSL | 44.47º | 0.91% | 0.49% | - |
| HSV(B) | 44.47º | 0.95% | 0.94% | - |
| XYZ | 51.98 | 51.02 | 7.42 | - |
| YUV | 178.38 | 33.55 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 11 | 0 | 0.25 | 0.95 | 0.06 | 44.47 | 0.91 | 0.49 |
| Hex | EF | B4 | B | 0 | 19 | 5F | 6 | 2C | 5B | 31 |
| Octal | 357 | 264 | 13 | 0 | 31 | 137 | 6 | 54 | 133 | 61 |
| Binary | 11101111 | 10110100 | 1011 | 0 | 11001 | 1011111 | 110 | 101100 | 1011011 | 110001 |
Color Harmonies of #EFB40B
Complementary color
Monochromatic Colors of #EFB40B
Black with #EFB40B
Text Example
Text Example
White with #EFB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB40B; }
p { color: rgb(239,180,11); }
H1.HeaderClassName
{
color: #EFB40B;
}
.AnyTagClassName
{
color: #EFB40B;
}
</style>
background-color css
<style>
a { background-color: #EFB40B; }
a { background-color: rgb(239,180,11); }
div.DivClassName
{
background-color: #EFB40B;
}
.BgClassName
{
background-color: #EFB40B;
}
</style>
border-color css
<style>
span { border-color: #EFB40B; }
span { border-color: rgb(239,180,11); }
td.TdClassName
{
border-color: #EFB40B;
}
.TagClassName
{
border-color: #EFB40B;
}
</style>