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