Shades of Tangerine Yellow #EFD00A
Tints of Tangerine Yellow #EFD00A
RGB
CMYK
RGB Variations
Color information
#EFD00A (or 0xEFD00A) is known color: Tangerine Yellow. HEX triplet: EF, D0 and 0A. RGB value is (239,208,10). Sum of RGB (Red+Green+Blue) = 239+208+10=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 10 (4.30% from 255 or 2.19% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD00A is #102FF5. Grayscale: #C3C3C3. Windows color (decimal): -1060854 or 708847. OLE color: 708847.
HSL color Cylindrical-coordinate representation of color #EFD00A: hue angle of 51.88º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFD00A is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 10 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.06 |
| HSL | 51.88º | 0.92% | 0.49% | - |
| HSV(B) | 51.88º | 0.96% | 0.94% | - |
| XYZ | 58.21 | 63.48 | 9.47 | - |
| YUV | 194.7 | 23.77 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 10 | 0 | 0.13 | 0.96 | 0.06 | 51.88 | 0.92 | 0.49 |
| Hex | EF | D0 | A | 0 | D | 60 | 6 | 34 | 5C | 31 |
| Octal | 357 | 320 | 12 | 0 | 15 | 140 | 6 | 64 | 134 | 61 |
| Binary | 11101111 | 11010000 | 1010 | 0 | 1101 | 1100000 | 110 | 110100 | 1011100 | 110001 |
Color Harmonies of #EFD00A
Complementary color
Monochromatic Colors of #EFD00A
Black with #EFD00A
Text Example
Text Example
White with #EFD00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD00A; }
p { color: rgb(239,208,10); }
H1.HeaderClassName
{
color: #EFD00A;
}
.AnyTagClassName
{
color: #EFD00A;
}
</style>
background-color css
<style>
a { background-color: #EFD00A; }
a { background-color: rgb(239,208,10); }
div.DivClassName
{
background-color: #EFD00A;
}
.BgClassName
{
background-color: #EFD00A;
}
</style>
border-color css
<style>
span { border-color: #EFD00A; }
span { border-color: rgb(239,208,10); }
td.TdClassName
{
border-color: #EFD00A;
}
.TagClassName
{
border-color: #EFD00A;
}
</style>