Shades of Tangerine Yellow #EFCC0D
Tints of Tangerine Yellow #EFCC0D
RGB
CMYK
RGB Variations
Color information
#EFCC0D (or 0xEFCC0D) is known color: Tangerine Yellow. HEX triplet: EF, CC and 0D. RGB value is (239,204,13). Sum of RGB (Red+Green+Blue) = 239+204+13=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCC0D is #1033F2. Grayscale: #C1C1C1. Windows color (decimal): -1061875 or 904431. OLE color: 904431.
HSL color Cylindrical-coordinate representation of color #EFCC0D: hue angle of 50.71º 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 #EFCC0D is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 13 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.06 |
| HSL | 50.71º | 0.9% | 0.49% | - |
| HSV(B) | 50.71º | 0.95% | 0.94% | - |
| XYZ | 57.26 | 61.57 | 9.25 | - |
| YUV | 192.69 | 26.6 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 13 | 0 | 0.15 | 0.95 | 0.06 | 50.71 | 0.9 | 0.49 |
| Hex | EF | CC | D | 0 | F | 5F | 6 | 33 | 5A | 31 |
| Octal | 357 | 314 | 15 | 0 | 17 | 137 | 6 | 63 | 132 | 61 |
| Binary | 11101111 | 11001100 | 1101 | 0 | 1111 | 1011111 | 110 | 110011 | 1011010 | 110001 |
Color Harmonies of #EFCC0D
Complementary color
Monochromatic Colors of #EFCC0D
Black with #EFCC0D
Text Example
Text Example
White with #EFCC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC0D; }
p { color: rgb(239,204,13); }
H1.HeaderClassName
{
color: #EFCC0D;
}
.AnyTagClassName
{
color: #EFCC0D;
}
</style>
background-color css
<style>
a { background-color: #EFCC0D; }
a { background-color: rgb(239,204,13); }
div.DivClassName
{
background-color: #EFCC0D;
}
.BgClassName
{
background-color: #EFCC0D;
}
</style>
border-color css
<style>
span { border-color: #EFCC0D; }
span { border-color: rgb(239,204,13); }
td.TdClassName
{
border-color: #EFCC0D;
}
.TagClassName
{
border-color: #EFCC0D;
}
</style>