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