Shades of Tangerine Yellow #EDCE0B
Tints of Tangerine Yellow #EDCE0B
RGB
CMYK
RGB Variations
Color information
#EDCE0B (or 0xEDCE0B) is known color: Tangerine Yellow. HEX triplet: ED, CE and 0B. RGB value is (237,206,11). Sum of RGB (Red+Green+Blue) = 237+206+11=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCE0B is #1231F4. Grayscale: #C1C1C1. Windows color (decimal): -1192437 or 773869. OLE color: 773869.
HSL color Cylindrical-coordinate representation of color #EDCE0B: hue angle of 51.77º degrees, saturation: 0.91, 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 #EDCE0B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.07 |
| HSL | 51.77º | 0.91% | 0.49% | - |
| HSV(B) | 51.77º | 0.95% | 0.93% | - |
| XYZ | 57.06 | 62.17 | 9.31 | - |
| YUV | 193.04 | 25.27 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 11 | 0 | 0.13 | 0.95 | 0.07 | 51.77 | 0.91 | 0.49 |
| Hex | ED | CE | B | 0 | D | 5F | 7 | 34 | 5B | 31 |
| Octal | 355 | 316 | 13 | 0 | 15 | 137 | 7 | 64 | 133 | 61 |
| Binary | 11101101 | 11001110 | 1011 | 0 | 1101 | 1011111 | 111 | 110100 | 1011011 | 110001 |
Color Harmonies of #EDCE0B
Complementary color
Monochromatic Colors of #EDCE0B
Black with #EDCE0B
Text Example
Text Example
White with #EDCE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE0B; }
p { color: rgb(237,206,11); }
H1.HeaderClassName
{
color: #EDCE0B;
}
.AnyTagClassName
{
color: #EDCE0B;
}
</style>
background-color css
<style>
a { background-color: #EDCE0B; }
a { background-color: rgb(237,206,11); }
div.DivClassName
{
background-color: #EDCE0B;
}
.BgClassName
{
background-color: #EDCE0B;
}
</style>
border-color css
<style>
span { border-color: #EDCE0B; }
span { border-color: rgb(237,206,11); }
td.TdClassName
{
border-color: #EDCE0B;
}
.TagClassName
{
border-color: #EDCE0B;
}
</style>