Shades of Tangerine Yellow #EED00D
Tints of Tangerine Yellow #EED00D
RGB
CMYK
RGB Variations
Color information
#EED00D (or 0xEED00D) is known color: Tangerine Yellow. HEX triplet: EE, D0 and 0D. RGB value is (238,208,13). Sum of RGB (Red+Green+Blue) = 238+208+13=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EED00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED00D is #112FF2. Grayscale: #C3C3C3. Windows color (decimal): -1126387 or 905454. OLE color: 905454.
HSL color Cylindrical-coordinate representation of color #EED00D: hue angle of 52º 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 #EED00D is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 13 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.07 |
| HSL | 52º | 0.9% | 0.49% | - |
| HSV(B) | 52º | 0.95% | 0.93% | - |
| XYZ | 57.89 | 63.32 | 9.55 | - |
| YUV | 194.74 | 25.44 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 13 | 0 | 0.13 | 0.95 | 0.07 | 52 | 0.9 | 0.49 |
| Hex | EE | D0 | D | 0 | D | 5F | 7 | 34 | 5A | 31 |
| Octal | 356 | 320 | 15 | 0 | 15 | 137 | 7 | 64 | 132 | 61 |
| Binary | 11101110 | 11010000 | 1101 | 0 | 1101 | 1011111 | 111 | 110100 | 1011010 | 110001 |
Color Harmonies of #EED00D
Complementary color
Monochromatic Colors of #EED00D
Black with #EED00D
Text Example
Text Example
White with #EED00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED00D; }
p { color: rgb(238,208,13); }
H1.HeaderClassName
{
color: #EED00D;
}
.AnyTagClassName
{
color: #EED00D;
}
</style>
background-color css
<style>
a { background-color: #EED00D; }
a { background-color: rgb(238,208,13); }
div.DivClassName
{
background-color: #EED00D;
}
.BgClassName
{
background-color: #EED00D;
}
</style>
border-color css
<style>
span { border-color: #EED00D; }
span { border-color: rgb(238,208,13); }
td.TdClassName
{
border-color: #EED00D;
}
.TagClassName
{
border-color: #EED00D;
}
</style>