Shades of Tangerine Yellow #EED000
Tints of Tangerine Yellow #EED000
RGB
CMYK
RGB Variations
Color information
#EED000 (or 0xEED000) is known color: Tangerine Yellow. HEX triplet: EE, D0 and 00. RGB value is (238,208,0). Sum of RGB (Red+Green+Blue) = 238+208+0=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EED000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED000 is #112FFF. Grayscale: #C2C2C2. Windows color (decimal): -1126400 or 53486. OLE color: 53486.
HSL color Cylindrical-coordinate representation of color #EED000: hue angle of 52.44º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EED000 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.07 |
| HSL | 52.44º | 1% | 0.47% | - |
| HSV(B) | 52.44º | 1% | 0.93% | - |
| XYZ | 57.82 | 63.29 | 9.17 | - |
| YUV | 193.26 | 18.94 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 0 | 0 | 0.13 | 1 | 0.07 | 52.44 | 1 | 0.47 |
| Hex | EE | D0 | 0 | 0 | D | 64 | 7 | 34 | 64 | 2F |
| Octal | 356 | 320 | 0 | 0 | 15 | 144 | 7 | 64 | 144 | 57 |
| Binary | 11101110 | 11010000 | 0 | 0 | 1101 | 1100100 | 111 | 110100 | 1100100 | 101111 |
Color Harmonies of #EED000
Complementary color
Monochromatic Colors of #EED000
Black with #EED000
Text Example
Text Example
White with #EED000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED000; }
p { color: rgb(238,208,0); }
H1.HeaderClassName
{
color: #EED000;
}
.AnyTagClassName
{
color: #EED000;
}
</style>
background-color css
<style>
a { background-color: #EED000; }
a { background-color: rgb(238,208,0); }
div.DivClassName
{
background-color: #EED000;
}
.BgClassName
{
background-color: #EED000;
}
</style>
border-color css
<style>
span { border-color: #EED000; }
span { border-color: rgb(238,208,0); }
td.TdClassName
{
border-color: #EED000;
}
.TagClassName
{
border-color: #EED000;
}
</style>