Shades of Tangerine Yellow #EECF0C
Tints of Tangerine Yellow #EECF0C
RGB
CMYK
RGB Variations
Color information
#EECF0C (or 0xEECF0C) is known color: Tangerine Yellow. HEX triplet: EE, CF and 0C. RGB value is (238,207,12). Sum of RGB (Red+Green+Blue) = 238+207+12=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECF0C is #1130F3. Grayscale: #C2C2C2. Windows color (decimal): -1126644 or 839662. OLE color: 839662.
HSL color Cylindrical-coordinate representation of color #EECF0C: hue angle of 51.77º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EECF0C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.07 |
| HSL | 51.77º | 0.9% | 0.49% | - |
| HSV(B) | 51.77º | 0.95% | 0.93% | - |
| XYZ | 57.64 | 62.83 | 9.44 | - |
| YUV | 194.04 | 25.27 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 12 | 0 | 0.13 | 0.95 | 0.07 | 51.77 | 0.9 | 0.49 |
| Hex | EE | CF | C | 0 | D | 5F | 7 | 34 | 5A | 31 |
| Octal | 356 | 317 | 14 | 0 | 15 | 137 | 7 | 64 | 132 | 61 |
| Binary | 11101110 | 11001111 | 1100 | 0 | 1101 | 1011111 | 111 | 110100 | 1011010 | 110001 |
Color Harmonies of #EECF0C
Complementary color
Monochromatic Colors of #EECF0C
Black with #EECF0C
Text Example
Text Example
White with #EECF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF0C; }
p { color: rgb(238,207,12); }
H1.HeaderClassName
{
color: #EECF0C;
}
.AnyTagClassName
{
color: #EECF0C;
}
</style>
background-color css
<style>
a { background-color: #EECF0C; }
a { background-color: rgb(238,207,12); }
div.DivClassName
{
background-color: #EECF0C;
}
.BgClassName
{
background-color: #EECF0C;
}
</style>
border-color css
<style>
span { border-color: #EECF0C; }
span { border-color: rgb(238,207,12); }
td.TdClassName
{
border-color: #EECF0C;
}
.TagClassName
{
border-color: #EECF0C;
}
</style>