Shades of Tangerine Yellow #EFD003
Tints of Tangerine Yellow #EFD003
RGB
CMYK
RGB Variations
Color information
#EFD003 (or 0xEFD003) is known color: Tangerine Yellow. HEX triplet: EF, D0 and 03. RGB value is (239,208,3). Sum of RGB (Red+Green+Blue) = 239+208+3=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 3 (1.56% from 255 or 0.67% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD003 is #102FFC. Grayscale: #C2C2C2. Windows color (decimal): -1060861 or 250095. OLE color: 250095.
HSL color Cylindrical-coordinate representation of color #EFD003: hue angle of 52.12º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFD003 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.06 |
| HSL | 52.12º | 0.98% | 0.47% | - |
| HSV(B) | 52.12º | 0.99% | 0.94% | - |
| XYZ | 58.17 | 63.47 | 9.27 | - |
| YUV | 193.9 | 20.27 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 3 | 0 | 0.13 | 0.99 | 0.06 | 52.12 | 0.98 | 0.47 |
| Hex | EF | D0 | 3 | 0 | D | 63 | 6 | 34 | 62 | 2F |
| Octal | 357 | 320 | 3 | 0 | 15 | 143 | 6 | 64 | 142 | 57 |
| Binary | 11101111 | 11010000 | 11 | 0 | 1101 | 1100011 | 110 | 110100 | 1100010 | 101111 |
Color Harmonies of #EFD003
Complementary color
Monochromatic Colors of #EFD003
Black with #EFD003
Text Example
Text Example
White with #EFD003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD003; }
p { color: rgb(239,208,3); }
H1.HeaderClassName
{
color: #EFD003;
}
.AnyTagClassName
{
color: #EFD003;
}
</style>
background-color css
<style>
a { background-color: #EFD003; }
a { background-color: rgb(239,208,3); }
div.DivClassName
{
background-color: #EFD003;
}
.BgClassName
{
background-color: #EFD003;
}
</style>
border-color css
<style>
span { border-color: #EFD003; }
span { border-color: rgb(239,208,3); }
td.TdClassName
{
border-color: #EFD003;
}
.TagClassName
{
border-color: #EFD003;
}
</style>