Shades of Tangerine Yellow #EFD002
Tints of Tangerine Yellow #EFD002
RGB
CMYK
RGB Variations
Color information
#EFD002 (or 0xEFD002) is known color: Tangerine Yellow. HEX triplet: EF, D0 and 02. RGB value is (239,208,2). Sum of RGB (Red+Green+Blue) = 239+208+2=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD002 is #102FFD. Grayscale: #C2C2C2. Windows color (decimal): -1060862 or 184559. OLE color: 184559.
HSL color Cylindrical-coordinate representation of color #EFD002: hue angle of 52.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFD002 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.06 |
| HSL | 52.15º | 0.98% | 0.47% | - |
| HSV(B) | 52.15º | 0.99% | 0.94% | - |
| XYZ | 58.16 | 63.47 | 9.24 | - |
| YUV | 193.79 | 19.77 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 2 | 0 | 0.13 | 0.99 | 0.06 | 52.15 | 0.98 | 0.47 |
| Hex | EF | D0 | 2 | 0 | D | 63 | 6 | 34 | 62 | 2F |
| Octal | 357 | 320 | 2 | 0 | 15 | 143 | 6 | 64 | 142 | 57 |
| Binary | 11101111 | 11010000 | 10 | 0 | 1101 | 1100011 | 110 | 110100 | 1100010 | 101111 |
Color Harmonies of #EFD002
Complementary color
Monochromatic Colors of #EFD002
Black with #EFD002
Text Example
Text Example
White with #EFD002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD002; }
p { color: rgb(239,208,2); }
H1.HeaderClassName
{
color: #EFD002;
}
.AnyTagClassName
{
color: #EFD002;
}
</style>
background-color css
<style>
a { background-color: #EFD002; }
a { background-color: rgb(239,208,2); }
div.DivClassName
{
background-color: #EFD002;
}
.BgClassName
{
background-color: #EFD002;
}
</style>
border-color css
<style>
span { border-color: #EFD002; }
span { border-color: rgb(239,208,2); }
td.TdClassName
{
border-color: #EFD002;
}
.TagClassName
{
border-color: #EFD002;
}
</style>