Shades of Tangerine Yellow #EECE0D
Tints of Tangerine Yellow #EECE0D
RGB
CMYK
RGB Variations
Color information
#EECE0D (or 0xEECE0D) is known color: Tangerine Yellow. HEX triplet: EE, CE and 0D. RGB value is (238,206,13). Sum of RGB (Red+Green+Blue) = 238+206+13=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECE0D is #1131F2. Grayscale: #C2C2C2. Windows color (decimal): -1126899 or 904942. OLE color: 904942.
HSL color Cylindrical-coordinate representation of color #EECE0D: hue angle of 51.47º 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 #EECE0D is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 13 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.07 |
| HSL | 51.47º | 0.9% | 0.49% | - |
| HSV(B) | 51.47º | 0.95% | 0.93% | - |
| XYZ | 57.4 | 62.35 | 9.39 | - |
| YUV | 193.57 | 26.1 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 13 | 0 | 0.13 | 0.95 | 0.07 | 51.47 | 0.9 | 0.49 |
| Hex | EE | CE | D | 0 | D | 5F | 7 | 33 | 5A | 31 |
| Octal | 356 | 316 | 15 | 0 | 15 | 137 | 7 | 63 | 132 | 61 |
| Binary | 11101110 | 11001110 | 1101 | 0 | 1101 | 1011111 | 111 | 110011 | 1011010 | 110001 |
Color Harmonies of #EECE0D
Complementary color
Monochromatic Colors of #EECE0D
Black with #EECE0D
Text Example
Text Example
White with #EECE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE0D; }
p { color: rgb(238,206,13); }
H1.HeaderClassName
{
color: #EECE0D;
}
.AnyTagClassName
{
color: #EECE0D;
}
</style>
background-color css
<style>
a { background-color: #EECE0D; }
a { background-color: rgb(238,206,13); }
div.DivClassName
{
background-color: #EECE0D;
}
.BgClassName
{
background-color: #EECE0D;
}
</style>
border-color css
<style>
span { border-color: #EECE0D; }
span { border-color: rgb(238,206,13); }
td.TdClassName
{
border-color: #EECE0D;
}
.TagClassName
{
border-color: #EECE0D;
}
</style>