Shades of Tangerine Yellow #EDD007
Tints of Tangerine Yellow #EDD007
RGB
CMYK
RGB Variations
Color information
#EDD007 (or 0xEDD007) is known color: Tangerine Yellow. HEX triplet: ED, D0 and 07. RGB value is (237,208,7). Sum of RGB (Red+Green+Blue) = 237+208+7=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 7 (3.12% from 255 or 1.55% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD007 is #122FF8. Grayscale: #C2C2C2. Windows color (decimal): -1191929 or 512237. OLE color: 512237.
HSL color Cylindrical-coordinate representation of color #EDD007: hue angle of 52.43º degrees, saturation: 0.94, 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 #EDD007 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 7 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.07 |
| HSL | 52.43º | 0.94% | 0.48% | - |
| HSV(B) | 52.43º | 0.97% | 0.93% | - |
| XYZ | 57.52 | 63.13 | 9.36 | - |
| YUV | 193.76 | 22.61 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 7 | 0 | 0.12 | 0.97 | 0.07 | 52.43 | 0.94 | 0.48 |
| Hex | ED | D0 | 7 | 0 | C | 61 | 7 | 34 | 5E | 30 |
| Octal | 355 | 320 | 7 | 0 | 14 | 141 | 7 | 64 | 136 | 60 |
| Binary | 11101101 | 11010000 | 111 | 0 | 1100 | 1100001 | 111 | 110100 | 1011110 | 110000 |
Color Harmonies of #EDD007
Complementary color
Monochromatic Colors of #EDD007
Black with #EDD007
Text Example
Text Example
White with #EDD007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD007; }
p { color: rgb(237,208,7); }
H1.HeaderClassName
{
color: #EDD007;
}
.AnyTagClassName
{
color: #EDD007;
}
</style>
background-color css
<style>
a { background-color: #EDD007; }
a { background-color: rgb(237,208,7); }
div.DivClassName
{
background-color: #EDD007;
}
.BgClassName
{
background-color: #EDD007;
}
</style>
border-color css
<style>
span { border-color: #EDD007; }
span { border-color: rgb(237,208,7); }
td.TdClassName
{
border-color: #EDD007;
}
.TagClassName
{
border-color: #EDD007;
}
</style>