Shades of Dark Tangerine #EFB20C
Tints of Dark Tangerine #EFB20C
RGB
CMYK
RGB Variations
Color information
#EFB20C (or 0xEFB20C) is known color: Dark Tangerine. HEX triplet: EF, B2 and 0C. RGB value is (239,178,12). Sum of RGB (Red+Green+Blue) = 239+178+12=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB20C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB20C is #104DF3. Grayscale: #B2B2B2. Windows color (decimal): -1068532 or 832239. OLE color: 832239.
HSL color Cylindrical-coordinate representation of color #EFB20C: hue angle of 43.88º 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 #EFB20C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 12 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.06 |
| HSL | 43.88º | 0.9% | 0.49% | - |
| HSV(B) | 43.88º | 0.95% | 0.94% | - |
| XYZ | 51.58 | 50.22 | 7.32 | - |
| YUV | 177.32 | 34.71 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 12 | 0 | 0.26 | 0.95 | 0.06 | 43.88 | 0.9 | 0.49 |
| Hex | EF | B2 | C | 0 | 1A | 5F | 6 | 2C | 5A | 31 |
| Octal | 357 | 262 | 14 | 0 | 32 | 137 | 6 | 54 | 132 | 61 |
| Binary | 11101111 | 10110010 | 1100 | 0 | 11010 | 1011111 | 110 | 101100 | 1011010 | 110001 |
Color Harmonies of #EFB20C
Complementary color
Monochromatic Colors of #EFB20C
Black with #EFB20C
Text Example
Text Example
White with #EFB20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB20C; }
p { color: rgb(239,178,12); }
H1.HeaderClassName
{
color: #EFB20C;
}
.AnyTagClassName
{
color: #EFB20C;
}
</style>
background-color css
<style>
a { background-color: #EFB20C; }
a { background-color: rgb(239,178,12); }
div.DivClassName
{
background-color: #EFB20C;
}
.BgClassName
{
background-color: #EFB20C;
}
</style>
border-color css
<style>
span { border-color: #EFB20C; }
span { border-color: rgb(239,178,12); }
td.TdClassName
{
border-color: #EFB20C;
}
.TagClassName
{
border-color: #EFB20C;
}
</style>