Shades of Tangerine Yellow #EECF05
Tints of Tangerine Yellow #EECF05
RGB
CMYK
RGB Variations
Color information
#EECF05 (or 0xEECF05) is known color: Tangerine Yellow. HEX triplet: EE, CF and 05. RGB value is (238,207,5). Sum of RGB (Red+Green+Blue) = 238+207+5=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 5 (2.34% from 255 or 1.11% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECF05 is #1130FA. Grayscale: #C2C2C2. Windows color (decimal): -1126651 or 380910. OLE color: 380910.
HSL color Cylindrical-coordinate representation of color #EECF05: hue angle of 52.02º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EECF05 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.07 |
| HSL | 52.02º | 0.96% | 0.48% | - |
| HSV(B) | 52.02º | 0.98% | 0.93% | - |
| XYZ | 57.6 | 62.81 | 9.23 | - |
| YUV | 193.24 | 21.77 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 5 | 0 | 0.13 | 0.98 | 0.07 | 52.02 | 0.96 | 0.48 |
| Hex | EE | CF | 5 | 0 | D | 62 | 7 | 34 | 60 | 30 |
| Octal | 356 | 317 | 5 | 0 | 15 | 142 | 7 | 64 | 140 | 60 |
| Binary | 11101110 | 11001111 | 101 | 0 | 1101 | 1100010 | 111 | 110100 | 1100000 | 110000 |
Color Harmonies of #EECF05
Complementary color
Monochromatic Colors of #EECF05
Black with #EECF05
Text Example
Text Example
White with #EECF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF05; }
p { color: rgb(238,207,5); }
H1.HeaderClassName
{
color: #EECF05;
}
.AnyTagClassName
{
color: #EECF05;
}
</style>
background-color css
<style>
a { background-color: #EECF05; }
a { background-color: rgb(238,207,5); }
div.DivClassName
{
background-color: #EECF05;
}
.BgClassName
{
background-color: #EECF05;
}
</style>
border-color css
<style>
span { border-color: #EECF05; }
span { border-color: rgb(238,207,5); }
td.TdClassName
{
border-color: #EECF05;
}
.TagClassName
{
border-color: #EECF05;
}
</style>