Shades of Selective Yellow #ECB50D
Tints of Selective Yellow #ECB50D
RGB
CMYK
RGB Variations
Color information
#ECB50D (or 0xECB50D) is known color: Selective Yellow. HEX triplet: EC, B5 and 0D. RGB value is (236,181,13). Sum of RGB (Red+Green+Blue) = 236+181+13=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB50D is #134AF2. Grayscale: #B3B3B3. Windows color (decimal): -1264371 or 898540. OLE color: 898540.
HSL color Cylindrical-coordinate representation of color #ECB50D: hue angle of 45.2º 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 #ECB50D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 13 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.07 |
| HSL | 45.2º | 0.9% | 0.49% | - |
| HSV(B) | 45.2º | 0.94% | 0.93% | - |
| XYZ | 51.19 | 50.91 | 7.51 | - |
| YUV | 178.29 | 34.72 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 13 | 0 | 0.23 | 0.94 | 0.07 | 45.2 | 0.9 | 0.49 |
| Hex | EC | B5 | D | 0 | 17 | 5E | 7 | 2D | 5A | 31 |
| Octal | 354 | 265 | 15 | 0 | 27 | 136 | 7 | 55 | 132 | 61 |
| Binary | 11101100 | 10110101 | 1101 | 0 | 10111 | 1011110 | 111 | 101101 | 1011010 | 110001 |
Color Harmonies of #ECB50D
Complementary color
Monochromatic Colors of #ECB50D
Black with #ECB50D
Text Example
Text Example
White with #ECB50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB50D; }
p { color: rgb(236,181,13); }
H1.HeaderClassName
{
color: #ECB50D;
}
.AnyTagClassName
{
color: #ECB50D;
}
</style>
background-color css
<style>
a { background-color: #ECB50D; }
a { background-color: rgb(236,181,13); }
div.DivClassName
{
background-color: #ECB50D;
}
.BgClassName
{
background-color: #ECB50D;
}
</style>
border-color css
<style>
span { border-color: #ECB50D; }
span { border-color: rgb(236,181,13); }
td.TdClassName
{
border-color: #ECB50D;
}
.TagClassName
{
border-color: #ECB50D;
}
</style>