Shades of Tangerine Yellow #EDCE00
Tints of Tangerine Yellow #EDCE00
RGB
CMYK
RGB Variations
Color information
#EDCE00 (or 0xEDCE00) is known color: Tangerine Yellow. HEX triplet: ED, CE and 00. RGB value is (237,206,0). Sum of RGB (Red+Green+Blue) = 237+206+0=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCE00 is #1231FF. Grayscale: #C0C0C0. Windows color (decimal): -1192448 or 52973. OLE color: 52973.
HSL color Cylindrical-coordinate representation of color #EDCE00: hue angle of 52.15º 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 #EDCE00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.07 |
| HSL | 52.15º | 1% | 0.46% | - |
| HSV(B) | 52.15º | 1% | 0.93% | - |
| XYZ | 57 | 62.15 | 8.99 | - |
| YUV | 191.79 | 19.77 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 0 | 0 | 0.13 | 1 | 0.07 | 52.15 | 1 | 0.46 |
| Hex | ED | CE | 0 | 0 | D | 64 | 7 | 34 | 64 | 2E |
| Octal | 355 | 316 | 0 | 0 | 15 | 144 | 7 | 64 | 144 | 56 |
| Binary | 11101101 | 11001110 | 0 | 0 | 1101 | 1100100 | 111 | 110100 | 1100100 | 101110 |
Color Harmonies of #EDCE00
Complementary color
Monochromatic Colors of #EDCE00
Black with #EDCE00
Text Example
Text Example
White with #EDCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE00; }
p { color: rgb(237,206,0); }
H1.HeaderClassName
{
color: #EDCE00;
}
.AnyTagClassName
{
color: #EDCE00;
}
</style>
background-color css
<style>
a { background-color: #EDCE00; }
a { background-color: rgb(237,206,0); }
div.DivClassName
{
background-color: #EDCE00;
}
.BgClassName
{
background-color: #EDCE00;
}
</style>
border-color css
<style>
span { border-color: #EDCE00; }
span { border-color: rgb(237,206,0); }
td.TdClassName
{
border-color: #EDCE00;
}
.TagClassName
{
border-color: #EDCE00;
}
</style>