Shades of Tangerine Yellow #EDCC00
Tints of Tangerine Yellow #EDCC00
RGB
CMYK
RGB Variations
Color information
#EDCC00 (or 0xEDCC00) is known color: Tangerine Yellow. HEX triplet: ED, CC and 00. RGB value is (237,204,0). Sum of RGB (Red+Green+Blue) = 237+204+0=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCC00 is #1233FF. Grayscale: #BFBFBF. Windows color (decimal): -1192960 or 52461. OLE color: 52461.
HSL color Cylindrical-coordinate representation of color #EDCC00: hue angle of 51.65º 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 #EDCC00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.07 |
| HSL | 51.65º | 1% | 0.46% | - |
| HSV(B) | 51.65º | 1% | 0.93% | - |
| XYZ | 56.52 | 61.19 | 8.83 | - |
| YUV | 190.61 | 20.43 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 0 | 0 | 0.14 | 1 | 0.07 | 51.65 | 1 | 0.46 |
| Hex | ED | CC | 0 | 0 | E | 64 | 7 | 34 | 64 | 2E |
| Octal | 355 | 314 | 0 | 0 | 16 | 144 | 7 | 64 | 144 | 56 |
| Binary | 11101101 | 11001100 | 0 | 0 | 1110 | 1100100 | 111 | 110100 | 1100100 | 101110 |
Color Harmonies of #EDCC00
Complementary color
Monochromatic Colors of #EDCC00
Black with #EDCC00
Text Example
Text Example
White with #EDCC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC00; }
p { color: rgb(237,204,0); }
H1.HeaderClassName
{
color: #EDCC00;
}
.AnyTagClassName
{
color: #EDCC00;
}
</style>
background-color css
<style>
a { background-color: #EDCC00; }
a { background-color: rgb(237,204,0); }
div.DivClassName
{
background-color: #EDCC00;
}
.BgClassName
{
background-color: #EDCC00;
}
</style>
border-color css
<style>
span { border-color: #EDCC00; }
span { border-color: rgb(237,204,0); }
td.TdClassName
{
border-color: #EDCC00;
}
.TagClassName
{
border-color: #EDCC00;
}
</style>