Shades of Tangerine Yellow #EECB01
Tints of Tangerine Yellow #EECB01
RGB
CMYK
RGB Variations
Color information
#EECB01 (or 0xEECB01) is known color: Tangerine Yellow. HEX triplet: EE, CB and 01. RGB value is (238,203,1). Sum of RGB (Red+Green+Blue) = 238+203+1=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 1 (0.78% from 255 or 0.23% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECB01 is #1134FE. Grayscale: #BFBFBF. Windows color (decimal): -1127679 or 117742. OLE color: 117742.
HSL color Cylindrical-coordinate representation of color #EECB01: hue angle of 51.14º 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 #EECB01 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 1 | - |
| CMYK | 0 | 0.15 | 1.00 | 0.07 |
| HSL | 51.14º | 0.99% | 0.47% | - |
| HSV(B) | 51.14º | 1% | 0.93% | - |
| XYZ | 56.62 | 60.89 | 8.8 | - |
| YUV | 190.44 | 21.1 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 1 | 0 | 0.15 | 1.00 | 0.07 | 51.14 | 0.99 | 0.47 |
| Hex | EE | CB | 1 | 0 | F | 64 | 7 | 33 | 63 | 2F |
| Octal | 356 | 313 | 1 | 0 | 17 | 144 | 7 | 63 | 143 | 57 |
| Binary | 11101110 | 11001011 | 1 | 0 | 1111 | 1100100 | 111 | 110011 | 1100011 | 101111 |
Color Harmonies of #EECB01
Complementary color
Monochromatic Colors of #EECB01
Black with #EECB01
Text Example
Text Example
White with #EECB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB01; }
p { color: rgb(238,203,1); }
H1.HeaderClassName
{
color: #EECB01;
}
.AnyTagClassName
{
color: #EECB01;
}
</style>
background-color css
<style>
a { background-color: #EECB01; }
a { background-color: rgb(238,203,1); }
div.DivClassName
{
background-color: #EECB01;
}
.BgClassName
{
background-color: #EECB01;
}
</style>
border-color css
<style>
span { border-color: #EECB01; }
span { border-color: rgb(238,203,1); }
td.TdClassName
{
border-color: #EECB01;
}
.TagClassName
{
border-color: #EECB01;
}
</style>