Shades of Tangerine Yellow #EDCD0C
Tints of Tangerine Yellow #EDCD0C
RGB
CMYK
RGB Variations
Color information
#EDCD0C (or 0xEDCD0C) is known color: Tangerine Yellow. HEX triplet: ED, CD and 0C. RGB value is (237,205,12). Sum of RGB (Red+Green+Blue) = 237+205+12=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD0C is #1232F3. Grayscale: #C1C1C1. Windows color (decimal): -1192692 or 839149. OLE color: 839149.
HSL color Cylindrical-coordinate representation of color #EDCD0C: hue angle of 51.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDCD0C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.07 |
| HSL | 51.47º | 0.9% | 0.49% | - |
| HSV(B) | 51.47º | 0.95% | 0.93% | - |
| XYZ | 56.82 | 61.69 | 9.26 | - |
| YUV | 192.57 | 26.1 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 12 | 0 | 0.14 | 0.95 | 0.07 | 51.47 | 0.9 | 0.49 |
| Hex | ED | CD | C | 0 | E | 5F | 7 | 33 | 5A | 31 |
| Octal | 355 | 315 | 14 | 0 | 16 | 137 | 7 | 63 | 132 | 61 |
| Binary | 11101101 | 11001101 | 1100 | 0 | 1110 | 1011111 | 111 | 110011 | 1011010 | 110001 |
Color Harmonies of #EDCD0C
Complementary color
Monochromatic Colors of #EDCD0C
Black with #EDCD0C
Text Example
Text Example
White with #EDCD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD0C; }
p { color: rgb(237,205,12); }
H1.HeaderClassName
{
color: #EDCD0C;
}
.AnyTagClassName
{
color: #EDCD0C;
}
</style>
background-color css
<style>
a { background-color: #EDCD0C; }
a { background-color: rgb(237,205,12); }
div.DivClassName
{
background-color: #EDCD0C;
}
.BgClassName
{
background-color: #EDCD0C;
}
</style>
border-color css
<style>
span { border-color: #EDCD0C; }
span { border-color: rgb(237,205,12); }
td.TdClassName
{
border-color: #EDCD0C;
}
.TagClassName
{
border-color: #EDCD0C;
}
</style>