Shades of Tangerine Yellow #EECB0C
Tints of Tangerine Yellow #EECB0C
RGB
CMYK
RGB Variations
Color information
#EECB0C (or 0xEECB0C) is known color: Tangerine Yellow. HEX triplet: EE, CB and 0C. RGB value is (238,203,12). Sum of RGB (Red+Green+Blue) = 238+203+12=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 12 (5.08% from 255 or 2.65% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECB0C is #1134F3. Grayscale: #C0C0C0. Windows color (decimal): -1127668 or 838638. OLE color: 838638.
HSL color Cylindrical-coordinate representation of color #EECB0C: hue angle of 50.71º 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 #EECB0C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.07 |
| HSL | 50.71º | 0.9% | 0.49% | - |
| HSV(B) | 50.71º | 0.95% | 0.93% | - |
| XYZ | 56.68 | 60.92 | 9.12 | - |
| YUV | 191.69 | 26.6 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 12 | 0 | 0.15 | 0.95 | 0.07 | 50.71 | 0.9 | 0.49 |
| Hex | EE | CB | C | 0 | F | 5F | 7 | 33 | 5A | 31 |
| Octal | 356 | 313 | 14 | 0 | 17 | 137 | 7 | 63 | 132 | 61 |
| Binary | 11101110 | 11001011 | 1100 | 0 | 1111 | 1011111 | 111 | 110011 | 1011010 | 110001 |
Color Harmonies of #EECB0C
Complementary color
Monochromatic Colors of #EECB0C
Black with #EECB0C
Text Example
Text Example
White with #EECB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB0C; }
p { color: rgb(238,203,12); }
H1.HeaderClassName
{
color: #EECB0C;
}
.AnyTagClassName
{
color: #EECB0C;
}
</style>
background-color css
<style>
a { background-color: #EECB0C; }
a { background-color: rgb(238,203,12); }
div.DivClassName
{
background-color: #EECB0C;
}
.BgClassName
{
background-color: #EECB0C;
}
</style>
border-color css
<style>
span { border-color: #EECB0C; }
span { border-color: rgb(238,203,12); }
td.TdClassName
{
border-color: #EECB0C;
}
.TagClassName
{
border-color: #EECB0C;
}
</style>