Shades of Tangerine Yellow #EECF01
Tints of Tangerine Yellow #EECF01
RGB
CMYK
RGB Variations
Color information
#EECF01 (or 0xEECF01) is known color: Tangerine Yellow. HEX triplet: EE, CF and 01. RGB value is (238,207,1). Sum of RGB (Red+Green+Blue) = 238+207+1=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECF01 is #1130FE. Grayscale: #C1C1C1. Windows color (decimal): -1126655 or 118766. OLE color: 118766.
HSL color Cylindrical-coordinate representation of color #EECF01: hue angle of 52.15º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EECF01 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 1 | - |
| CMYK | 0 | 0.13 | 1.00 | 0.07 |
| HSL | 52.15º | 0.99% | 0.47% | - |
| HSV(B) | 52.15º | 1% | 0.93% | - |
| XYZ | 57.58 | 62.8 | 9.12 | - |
| YUV | 192.79 | 19.77 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 1 | 0 | 0.13 | 1.00 | 0.07 | 52.15 | 0.99 | 0.47 |
| Hex | EE | CF | 1 | 0 | D | 64 | 7 | 34 | 63 | 2F |
| Octal | 356 | 317 | 1 | 0 | 15 | 144 | 7 | 64 | 143 | 57 |
| Binary | 11101110 | 11001111 | 1 | 0 | 1101 | 1100100 | 111 | 110100 | 1100011 | 101111 |
Color Harmonies of #EECF01
Complementary color
Monochromatic Colors of #EECF01
Black with #EECF01
Text Example
Text Example
White with #EECF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF01; }
p { color: rgb(238,207,1); }
H1.HeaderClassName
{
color: #EECF01;
}
.AnyTagClassName
{
color: #EECF01;
}
</style>
background-color css
<style>
a { background-color: #EECF01; }
a { background-color: rgb(238,207,1); }
div.DivClassName
{
background-color: #EECF01;
}
.BgClassName
{
background-color: #EECF01;
}
</style>
border-color css
<style>
span { border-color: #EECF01; }
span { border-color: rgb(238,207,1); }
td.TdClassName
{
border-color: #EECF01;
}
.TagClassName
{
border-color: #EECF01;
}
</style>