Shades of Tangerine Yellow #EFD00D
Tints of Tangerine Yellow #EFD00D
RGB
CMYK
RGB Variations
Color information
#EFD00D (or 0xEFD00D) is known color: Tangerine Yellow. HEX triplet: EF, D0 and 0D. RGB value is (239,208,13). Sum of RGB (Red+Green+Blue) = 239+208+13=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 13 (5.47% from 255 or 2.83% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD00D is #102FF2. Grayscale: #C3C3C3. Windows color (decimal): -1060851 or 905455. OLE color: 905455.
HSL color Cylindrical-coordinate representation of color #EFD00D: hue angle of 51.77º 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 #EFD00D is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 13 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.06 |
| HSL | 51.77º | 0.9% | 0.49% | - |
| HSV(B) | 51.77º | 0.95% | 0.94% | - |
| XYZ | 58.23 | 63.49 | 9.57 | - |
| YUV | 195.04 | 25.27 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 13 | 0 | 0.13 | 0.95 | 0.06 | 51.77 | 0.9 | 0.49 |
| Hex | EF | D0 | D | 0 | D | 5F | 6 | 34 | 5A | 31 |
| Octal | 357 | 320 | 15 | 0 | 15 | 137 | 6 | 64 | 132 | 61 |
| Binary | 11101111 | 11010000 | 1101 | 0 | 1101 | 1011111 | 110 | 110100 | 1011010 | 110001 |
Color Harmonies of #EFD00D
Complementary color
Monochromatic Colors of #EFD00D
Black with #EFD00D
Text Example
Text Example
White with #EFD00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD00D; }
p { color: rgb(239,208,13); }
H1.HeaderClassName
{
color: #EFD00D;
}
.AnyTagClassName
{
color: #EFD00D;
}
</style>
background-color css
<style>
a { background-color: #EFD00D; }
a { background-color: rgb(239,208,13); }
div.DivClassName
{
background-color: #EFD00D;
}
.BgClassName
{
background-color: #EFD00D;
}
</style>
border-color css
<style>
span { border-color: #EFD00D; }
span { border-color: rgb(239,208,13); }
td.TdClassName
{
border-color: #EFD00D;
}
.TagClassName
{
border-color: #EFD00D;
}
</style>