Shades of Tangerine Yellow #EED005
Tints of Tangerine Yellow #EED005
RGB
CMYK
RGB Variations
Color information
#EED005 (or 0xEED005) is known color: Tangerine Yellow. HEX triplet: EE, D0 and 05. RGB value is (238,208,5). Sum of RGB (Red+Green+Blue) = 238+208+5=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EED005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED005 is #112FFA. Grayscale: #C2C2C2. Windows color (decimal): -1126395 or 381166. OLE color: 381166.
HSL color Cylindrical-coordinate representation of color #EED005: hue angle of 52.27º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EED005 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.07 |
| HSL | 52.27º | 0.96% | 0.48% | - |
| HSV(B) | 52.27º | 0.98% | 0.93% | - |
| XYZ | 57.84 | 63.3 | 9.31 | - |
| YUV | 193.83 | 21.44 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 5 | 0 | 0.13 | 0.98 | 0.07 | 52.27 | 0.96 | 0.48 |
| Hex | EE | D0 | 5 | 0 | D | 62 | 7 | 34 | 60 | 30 |
| Octal | 356 | 320 | 5 | 0 | 15 | 142 | 7 | 64 | 140 | 60 |
| Binary | 11101110 | 11010000 | 101 | 0 | 1101 | 1100010 | 111 | 110100 | 1100000 | 110000 |
Color Harmonies of #EED005
Complementary color
Monochromatic Colors of #EED005
Black with #EED005
Text Example
Text Example
White with #EED005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED005; }
p { color: rgb(238,208,5); }
H1.HeaderClassName
{
color: #EED005;
}
.AnyTagClassName
{
color: #EED005;
}
</style>
background-color css
<style>
a { background-color: #EED005; }
a { background-color: rgb(238,208,5); }
div.DivClassName
{
background-color: #EED005;
}
.BgClassName
{
background-color: #EED005;
}
</style>
border-color css
<style>
span { border-color: #EED005; }
span { border-color: rgb(238,208,5); }
td.TdClassName
{
border-color: #EED005;
}
.TagClassName
{
border-color: #EED005;
}
</style>