Shades of Tangerine Yellow #EECB0A
Tints of Tangerine Yellow #EECB0A
RGB
CMYK
RGB Variations
Color information
#EECB0A (or 0xEECB0A) is known color: Tangerine Yellow. HEX triplet: EE, CB and 0A. RGB value is (238,203,10). Sum of RGB (Red+Green+Blue) = 238+203+10=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 10 (4.30% from 255 or 2.22% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECB0A is #1134F5. Grayscale: #C0C0C0. Windows color (decimal): -1127670 or 707566. OLE color: 707566.
HSL color Cylindrical-coordinate representation of color #EECB0A: hue angle of 50.79º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EECB0A is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 10 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.07 |
| HSL | 50.79º | 0.92% | 0.49% | - |
| HSV(B) | 50.79º | 0.96% | 0.93% | - |
| XYZ | 56.67 | 60.91 | 9.06 | - |
| YUV | 191.46 | 25.6 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 10 | 0 | 0.15 | 0.96 | 0.07 | 50.79 | 0.92 | 0.49 |
| Hex | EE | CB | A | 0 | F | 60 | 7 | 33 | 5C | 31 |
| Octal | 356 | 313 | 12 | 0 | 17 | 140 | 7 | 63 | 134 | 61 |
| Binary | 11101110 | 11001011 | 1010 | 0 | 1111 | 1100000 | 111 | 110011 | 1011100 | 110001 |
Color Harmonies of #EECB0A
Complementary color
Monochromatic Colors of #EECB0A
Black with #EECB0A
Text Example
Text Example
White with #EECB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB0A; }
p { color: rgb(238,203,10); }
H1.HeaderClassName
{
color: #EECB0A;
}
.AnyTagClassName
{
color: #EECB0A;
}
</style>
background-color css
<style>
a { background-color: #EECB0A; }
a { background-color: rgb(238,203,10); }
div.DivClassName
{
background-color: #EECB0A;
}
.BgClassName
{
background-color: #EECB0A;
}
</style>
border-color css
<style>
span { border-color: #EECB0A; }
span { border-color: rgb(238,203,10); }
td.TdClassName
{
border-color: #EECB0A;
}
.TagClassName
{
border-color: #EECB0A;
}
</style>