Shades of Selective Yellow #ECB60D
Tints of Selective Yellow #ECB60D
RGB
CMYK
RGB Variations
Color information
#ECB60D (or 0xECB60D) is known color: Selective Yellow. HEX triplet: EC, B6 and 0D. RGB value is (236,182,13). Sum of RGB (Red+Green+Blue) = 236+182+13=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB60D is #1349F2. Grayscale: #B3B3B3. Windows color (decimal): -1264115 or 898796. OLE color: 898796.
HSL color Cylindrical-coordinate representation of color #ECB60D: hue angle of 45.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECB60D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 13 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.07 |
| HSL | 45.47º | 0.9% | 0.49% | - |
| HSV(B) | 45.47º | 0.94% | 0.93% | - |
| XYZ | 51.39 | 51.32 | 7.58 | - |
| YUV | 178.88 | 34.39 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 13 | 0 | 0.23 | 0.94 | 0.07 | 45.47 | 0.9 | 0.49 |
| Hex | EC | B6 | D | 0 | 17 | 5E | 7 | 2D | 5A | 31 |
| Octal | 354 | 266 | 15 | 0 | 27 | 136 | 7 | 55 | 132 | 61 |
| Binary | 11101100 | 10110110 | 1101 | 0 | 10111 | 1011110 | 111 | 101101 | 1011010 | 110001 |
Color Harmonies of #ECB60D
Complementary color
Monochromatic Colors of #ECB60D
Black with #ECB60D
Text Example
Text Example
White with #ECB60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB60D; }
p { color: rgb(236,182,13); }
H1.HeaderClassName
{
color: #ECB60D;
}
.AnyTagClassName
{
color: #ECB60D;
}
</style>
background-color css
<style>
a { background-color: #ECB60D; }
a { background-color: rgb(236,182,13); }
div.DivClassName
{
background-color: #ECB60D;
}
.BgClassName
{
background-color: #ECB60D;
}
</style>
border-color css
<style>
span { border-color: #ECB60D; }
span { border-color: rgb(236,182,13); }
td.TdClassName
{
border-color: #ECB60D;
}
.TagClassName
{
border-color: #ECB60D;
}
</style>