Shades of Tangerine Yellow #EDCF0C
Tints of Tangerine Yellow #EDCF0C
RGB
CMYK
RGB Variations
Color information
#EDCF0C (or 0xEDCF0C) is known color: Tangerine Yellow. HEX triplet: ED, CF and 0C. RGB value is (237,207,12). Sum of RGB (Red+Green+Blue) = 237+207+12=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 12 (5.08% from 255 or 2.63% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCF0C is #1230F3. Grayscale: #C2C2C2. Windows color (decimal): -1192180 or 839661. OLE color: 839661.
HSL color Cylindrical-coordinate representation of color #EDCF0C: hue angle of 52º 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 #EDCF0C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 207 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.07 |
| HSL | 52º | 0.9% | 0.49% | - |
| HSV(B) | 52º | 0.95% | 0.93% | - |
| XYZ | 57.3 | 62.66 | 9.42 | - |
| YUV | 193.74 | 25.44 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 207 | 12 | 0 | 0.13 | 0.95 | 0.07 | 52 | 0.9 | 0.49 |
| Hex | ED | CF | C | 0 | D | 5F | 7 | 34 | 5A | 31 |
| Octal | 355 | 317 | 14 | 0 | 15 | 137 | 7 | 64 | 132 | 61 |
| Binary | 11101101 | 11001111 | 1100 | 0 | 1101 | 1011111 | 111 | 110100 | 1011010 | 110001 |
Color Harmonies of #EDCF0C
Complementary color
Monochromatic Colors of #EDCF0C
Black with #EDCF0C
Text Example
Text Example
White with #EDCF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCF0C; }
p { color: rgb(237,207,12); }
H1.HeaderClassName
{
color: #EDCF0C;
}
.AnyTagClassName
{
color: #EDCF0C;
}
</style>
background-color css
<style>
a { background-color: #EDCF0C; }
a { background-color: rgb(237,207,12); }
div.DivClassName
{
background-color: #EDCF0C;
}
.BgClassName
{
background-color: #EDCF0C;
}
</style>
border-color css
<style>
span { border-color: #EDCF0C; }
span { border-color: rgb(237,207,12); }
td.TdClassName
{
border-color: #EDCF0C;
}
.TagClassName
{
border-color: #EDCF0C;
}
</style>