Shades of Tangerine Yellow #ECCD0B
Tints of Tangerine Yellow #ECCD0B
RGB
CMYK
RGB Variations
Color information
#ECCD0B (or 0xECCD0B) is known color: Tangerine Yellow. HEX triplet: EC, CD and 0B. RGB value is (236,205,11). Sum of RGB (Red+Green+Blue) = 236+205+11=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 11 (4.69% from 255 or 2.43% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCD0B is #1332F4. Grayscale: #C0C0C0. Windows color (decimal): -1258229 or 773612. OLE color: 773612.
HSL color Cylindrical-coordinate representation of color #ECCD0B: hue angle of 51.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECCD0B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.07 |
| HSL | 51.73º | 0.91% | 0.48% | - |
| HSV(B) | 51.73º | 0.95% | 0.93% | - |
| XYZ | 56.48 | 61.52 | 9.21 | - |
| YUV | 192.15 | 25.77 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 11 | 0 | 0.13 | 0.95 | 0.07 | 51.73 | 0.91 | 0.48 |
| Hex | EC | CD | B | 0 | D | 5F | 7 | 34 | 5B | 30 |
| Octal | 354 | 315 | 13 | 0 | 15 | 137 | 7 | 64 | 133 | 60 |
| Binary | 11101100 | 11001101 | 1011 | 0 | 1101 | 1011111 | 111 | 110100 | 1011011 | 110000 |
Color Harmonies of #ECCD0B
Complementary color
Monochromatic Colors of #ECCD0B
Black with #ECCD0B
Text Example
Text Example
White with #ECCD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD0B; }
p { color: rgb(236,205,11); }
H1.HeaderClassName
{
color: #ECCD0B;
}
.AnyTagClassName
{
color: #ECCD0B;
}
</style>
background-color css
<style>
a { background-color: #ECCD0B; }
a { background-color: rgb(236,205,11); }
div.DivClassName
{
background-color: #ECCD0B;
}
.BgClassName
{
background-color: #ECCD0B;
}
</style>
border-color css
<style>
span { border-color: #ECCD0B; }
span { border-color: rgb(236,205,11); }
td.TdClassName
{
border-color: #ECCD0B;
}
.TagClassName
{
border-color: #ECCD0B;
}
</style>