Shades of Dark Tangerine #EFB410
Tints of Dark Tangerine #EFB410
RGB
CMYK
RGB Variations
Color information
#EFB410 (or 0xEFB410) is known color: Dark Tangerine. HEX triplet: EF, B4 and 10. RGB value is (239,180,16). Sum of RGB (Red+Green+Blue) = 239+180+16=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB410 is #104BEF. Grayscale: #B3B3B3. Windows color (decimal): -1068016 or 1094895. OLE color: 1094895.
HSL color Cylindrical-coordinate representation of color #EFB410: hue angle of 44.13º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFB410 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 16 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.06 |
| HSL | 44.13º | 0.87% | 0.5% | - |
| HSV(B) | 44.13º | 0.93% | 0.94% | - |
| XYZ | 52.01 | 51.03 | 7.6 | - |
| YUV | 178.95 | 36.05 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 16 | 0 | 0.25 | 0.93 | 0.06 | 44.13 | 0.87 | 0.5 |
| Hex | EF | B4 | 10 | 0 | 19 | 5D | 6 | 2C | 57 | 32 |
| Octal | 357 | 264 | 20 | 0 | 31 | 135 | 6 | 54 | 127 | 62 |
| Binary | 11101111 | 10110100 | 10000 | 0 | 11001 | 1011101 | 110 | 101100 | 1010111 | 110010 |
Color Harmonies of #EFB410
Complementary color
Monochromatic Colors of #EFB410
Black with #EFB410
Text Example
Text Example
White with #EFB410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB410; }
p { color: rgb(239,180,16); }
H1.HeaderClassName
{
color: #EFB410;
}
.AnyTagClassName
{
color: #EFB410;
}
</style>
background-color css
<style>
a { background-color: #EFB410; }
a { background-color: rgb(239,180,16); }
div.DivClassName
{
background-color: #EFB410;
}
.BgClassName
{
background-color: #EFB410;
}
</style>
border-color css
<style>
span { border-color: #EFB410; }
span { border-color: rgb(239,180,16); }
td.TdClassName
{
border-color: #EFB410;
}
.TagClassName
{
border-color: #EFB410;
}
</style>