Shades of Dark Tangerine #EFB30F
Tints of Dark Tangerine #EFB30F
RGB
CMYK
RGB Variations
Color information
#EFB30F (or 0xEFB30F) is known color: Dark Tangerine. HEX triplet: EF, B3 and 0F. RGB value is (239,179,15). Sum of RGB (Red+Green+Blue) = 239+179+15=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB30F is #104CF0. Grayscale: #B2B2B2. Windows color (decimal): -1068273 or 1029103. OLE color: 1029103.
HSL color Cylindrical-coordinate representation of color #EFB30F: hue angle of 43.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFB30F is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 15 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.06 |
| HSL | 43.93º | 0.88% | 0.5% | - |
| HSV(B) | 43.93º | 0.94% | 0.94% | - |
| XYZ | 51.8 | 50.63 | 7.49 | - |
| YUV | 178.24 | 35.88 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 15 | 0 | 0.25 | 0.94 | 0.06 | 43.93 | 0.88 | 0.5 |
| Hex | EF | B3 | F | 0 | 19 | 5E | 6 | 2C | 58 | 32 |
| Octal | 357 | 263 | 17 | 0 | 31 | 136 | 6 | 54 | 130 | 62 |
| Binary | 11101111 | 10110011 | 1111 | 0 | 11001 | 1011110 | 110 | 101100 | 1011000 | 110010 |
Color Harmonies of #EFB30F
Complementary color
Monochromatic Colors of #EFB30F
Black with #EFB30F
Text Example
Text Example
White with #EFB30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB30F; }
p { color: rgb(239,179,15); }
H1.HeaderClassName
{
color: #EFB30F;
}
.AnyTagClassName
{
color: #EFB30F;
}
</style>
background-color css
<style>
a { background-color: #EFB30F; }
a { background-color: rgb(239,179,15); }
div.DivClassName
{
background-color: #EFB30F;
}
.BgClassName
{
background-color: #EFB30F;
}
</style>
border-color css
<style>
span { border-color: #EFB30F; }
span { border-color: rgb(239,179,15); }
td.TdClassName
{
border-color: #EFB30F;
}
.TagClassName
{
border-color: #EFB30F;
}
</style>