Shades of Tangerine Yellow #EDCD00
Tints of Tangerine Yellow #EDCD00
RGB
CMYK
RGB Variations
Color information
#EDCD00 (or 0xEDCD00) is known color: Tangerine Yellow. HEX triplet: ED, CD and 00. RGB value is (237,205,0). Sum of RGB (Red+Green+Blue) = 237+205+0=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD00 is #1232FF. Grayscale: #C0C0C0. Windows color (decimal): -1192704 or 52717. OLE color: 52717.
HSL color Cylindrical-coordinate representation of color #EDCD00: hue angle of 51.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDCD00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.07 |
| HSL | 51.9º | 1% | 0.46% | - |
| HSV(B) | 51.9º | 1% | 0.93% | - |
| XYZ | 56.76 | 61.67 | 8.91 | - |
| YUV | 191.2 | 20.1 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 0 | 0 | 0.14 | 1 | 0.07 | 51.9 | 1 | 0.46 |
| Hex | ED | CD | 0 | 0 | E | 64 | 7 | 34 | 64 | 2E |
| Octal | 355 | 315 | 0 | 0 | 16 | 144 | 7 | 64 | 144 | 56 |
| Binary | 11101101 | 11001101 | 0 | 0 | 1110 | 1100100 | 111 | 110100 | 1100100 | 101110 |
Color Harmonies of #EDCD00
Complementary color
Monochromatic Colors of #EDCD00
Black with #EDCD00
Text Example
Text Example
White with #EDCD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD00; }
p { color: rgb(237,205,0); }
H1.HeaderClassName
{
color: #EDCD00;
}
.AnyTagClassName
{
color: #EDCD00;
}
</style>
background-color css
<style>
a { background-color: #EDCD00; }
a { background-color: rgb(237,205,0); }
div.DivClassName
{
background-color: #EDCD00;
}
.BgClassName
{
background-color: #EDCD00;
}
</style>
border-color css
<style>
span { border-color: #EDCD00; }
span { border-color: rgb(237,205,0); }
td.TdClassName
{
border-color: #EDCD00;
}
.TagClassName
{
border-color: #EDCD00;
}
</style>