Shades of Selective Yellow #EFB80D
Tints of Selective Yellow #EFB80D
RGB
CMYK
RGB Variations
Color information
#EFB80D (or 0xEFB80D) is known color: Selective Yellow. HEX triplet: EF, B8 and 0D. RGB value is (239,184,13). Sum of RGB (Red+Green+Blue) = 239+184+13=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB80D is #1047F2. Grayscale: #B5B5B5. Windows color (decimal): -1066995 or 899311. OLE color: 899311.
HSL color Cylindrical-coordinate representation of color #EFB80D: hue angle of 45.4º degrees, saturation: 0.9, 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 #EFB80D is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 13 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.06 |
| HSL | 45.4º | 0.9% | 0.49% | - |
| HSV(B) | 45.4º | 0.95% | 0.94% | - |
| XYZ | 52.81 | 52.66 | 7.76 | - |
| YUV | 180.95 | 33.22 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 13 | 0 | 0.23 | 0.95 | 0.06 | 45.4 | 0.9 | 0.49 |
| Hex | EF | B8 | D | 0 | 17 | 5F | 6 | 2D | 5A | 31 |
| Octal | 357 | 270 | 15 | 0 | 27 | 137 | 6 | 55 | 132 | 61 |
| Binary | 11101111 | 10111000 | 1101 | 0 | 10111 | 1011111 | 110 | 101101 | 1011010 | 110001 |
Color Harmonies of #EFB80D
Complementary color
Monochromatic Colors of #EFB80D
Black with #EFB80D
Text Example
Text Example
White with #EFB80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB80D; }
p { color: rgb(239,184,13); }
H1.HeaderClassName
{
color: #EFB80D;
}
.AnyTagClassName
{
color: #EFB80D;
}
</style>
background-color css
<style>
a { background-color: #EFB80D; }
a { background-color: rgb(239,184,13); }
div.DivClassName
{
background-color: #EFB80D;
}
.BgClassName
{
background-color: #EFB80D;
}
</style>
border-color css
<style>
span { border-color: #EFB80D; }
span { border-color: rgb(239,184,13); }
td.TdClassName
{
border-color: #EFB80D;
}
.TagClassName
{
border-color: #EFB80D;
}
</style>