Shades of Dark Tangerine #EFB412
Tints of Dark Tangerine #EFB412
RGB
CMYK
RGB Variations
Color information
#EFB412 (or 0xEFB412) is known color: Dark Tangerine. HEX triplet: EF, B4 and 12. RGB value is (239,180,18). Sum of RGB (Red+Green+Blue) = 239+180+18=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB412 is #104BED. Grayscale: #B3B3B3. Windows color (decimal): -1068014 or 1225967. OLE color: 1225967.
HSL color Cylindrical-coordinate representation of color #EFB412: hue angle of 43.98º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFB412 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 18 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.06 |
| HSL | 43.98º | 0.87% | 0.5% | - |
| HSV(B) | 43.98º | 0.92% | 0.94% | - |
| XYZ | 52.03 | 51.04 | 7.68 | - |
| YUV | 179.17 | 37.05 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 18 | 0 | 0.25 | 0.92 | 0.06 | 43.98 | 0.87 | 0.5 |
| Hex | EF | B4 | 12 | 0 | 19 | 5C | 6 | 2C | 57 | 32 |
| Octal | 357 | 264 | 22 | 0 | 31 | 134 | 6 | 54 | 127 | 62 |
| Binary | 11101111 | 10110100 | 10010 | 0 | 11001 | 1011100 | 110 | 101100 | 1010111 | 110010 |
Color Harmonies of #EFB412
Complementary color
Monochromatic Colors of #EFB412
Black with #EFB412
Text Example
Text Example
White with #EFB412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB412; }
p { color: rgb(239,180,18); }
H1.HeaderClassName
{
color: #EFB412;
}
.AnyTagClassName
{
color: #EFB412;
}
</style>
background-color css
<style>
a { background-color: #EFB412; }
a { background-color: rgb(239,180,18); }
div.DivClassName
{
background-color: #EFB412;
}
.BgClassName
{
background-color: #EFB412;
}
</style>
border-color css
<style>
span { border-color: #EFB412; }
span { border-color: rgb(239,180,18); }
td.TdClassName
{
border-color: #EFB412;
}
.TagClassName
{
border-color: #EFB412;
}
</style>