Shades of Tangerine Yellow #EED006
Tints of Tangerine Yellow #EED006
RGB
CMYK
RGB Variations
Color information
#EED006 (or 0xEED006) is known color: Tangerine Yellow. HEX triplet: EE, D0 and 06. RGB value is (238,208,6). Sum of RGB (Red+Green+Blue) = 238+208+6=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 6 (2.73% from 255 or 1.33% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EED006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED006 is #112FF9. Grayscale: #C2C2C2. Windows color (decimal): -1126394 or 446702. OLE color: 446702.
HSL color Cylindrical-coordinate representation of color #EED006: hue angle of 52.24º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EED006 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 6 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.07 |
| HSL | 52.24º | 0.95% | 0.48% | - |
| HSV(B) | 52.24º | 0.97% | 0.93% | - |
| XYZ | 57.85 | 63.3 | 9.34 | - |
| YUV | 193.94 | 21.94 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 6 | 0 | 0.13 | 0.97 | 0.07 | 52.24 | 0.95 | 0.48 |
| Hex | EE | D0 | 6 | 0 | D | 61 | 7 | 34 | 5F | 30 |
| Octal | 356 | 320 | 6 | 0 | 15 | 141 | 7 | 64 | 137 | 60 |
| Binary | 11101110 | 11010000 | 110 | 0 | 1101 | 1100001 | 111 | 110100 | 1011111 | 110000 |
Color Harmonies of #EED006
Complementary color
Monochromatic Colors of #EED006
Black with #EED006
Text Example
Text Example
White with #EED006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED006; }
p { color: rgb(238,208,6); }
H1.HeaderClassName
{
color: #EED006;
}
.AnyTagClassName
{
color: #EED006;
}
</style>
background-color css
<style>
a { background-color: #EED006; }
a { background-color: rgb(238,208,6); }
div.DivClassName
{
background-color: #EED006;
}
.BgClassName
{
background-color: #EED006;
}
</style>
border-color css
<style>
span { border-color: #EED006; }
span { border-color: rgb(238,208,6); }
td.TdClassName
{
border-color: #EED006;
}
.TagClassName
{
border-color: #EED006;
}
</style>