Shades of Tangerine Yellow #EED00A
Tints of Tangerine Yellow #EED00A
RGB
CMYK
RGB Variations
Color information
#EED00A (or 0xEED00A) is known color: Tangerine Yellow. HEX triplet: EE, D0 and 0A. RGB value is (238,208,10). Sum of RGB (Red+Green+Blue) = 238+208+10=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EED00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED00A is #112FF5. Grayscale: #C3C3C3. Windows color (decimal): -1126390 or 708846. OLE color: 708846.
HSL color Cylindrical-coordinate representation of color #EED00A: hue angle of 52.11º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EED00A is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 10 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.07 |
| HSL | 52.11º | 0.92% | 0.49% | - |
| HSV(B) | 52.11º | 0.96% | 0.93% | - |
| XYZ | 57.87 | 63.31 | 9.46 | - |
| YUV | 194.4 | 23.94 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 10 | 0 | 0.13 | 0.96 | 0.07 | 52.11 | 0.92 | 0.49 |
| Hex | EE | D0 | A | 0 | D | 60 | 7 | 34 | 5C | 31 |
| Octal | 356 | 320 | 12 | 0 | 15 | 140 | 7 | 64 | 134 | 61 |
| Binary | 11101110 | 11010000 | 1010 | 0 | 1101 | 1100000 | 111 | 110100 | 1011100 | 110001 |
Color Harmonies of #EED00A
Complementary color
Monochromatic Colors of #EED00A
Black with #EED00A
Text Example
Text Example
White with #EED00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED00A; }
p { color: rgb(238,208,10); }
H1.HeaderClassName
{
color: #EED00A;
}
.AnyTagClassName
{
color: #EED00A;
}
</style>
background-color css
<style>
a { background-color: #EED00A; }
a { background-color: rgb(238,208,10); }
div.DivClassName
{
background-color: #EED00A;
}
.BgClassName
{
background-color: #EED00A;
}
</style>
border-color css
<style>
span { border-color: #EED00A; }
span { border-color: rgb(238,208,10); }
td.TdClassName
{
border-color: #EED00A;
}
.TagClassName
{
border-color: #EED00A;
}
</style>