Shades of Selective Yellow #ECB502
Tints of Selective Yellow #ECB502
RGB
CMYK
RGB Variations
Color information
#ECB502 (or 0xECB502) is known color: Selective Yellow. HEX triplet: EC, B5 and 02. RGB value is (236,181,2). Sum of RGB (Red+Green+Blue) = 236+181+2=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB502 is #134AFD. Grayscale: #B1B1B1. Windows color (decimal): -1264382 or 177644. OLE color: 177644.
HSL color Cylindrical-coordinate representation of color #ECB502: hue angle of 45.9º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECB502 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.07 |
| HSL | 45.9º | 0.98% | 0.47% | - |
| HSV(B) | 45.9º | 0.99% | 0.93% | - |
| XYZ | 51.13 | 50.88 | 7.18 | - |
| YUV | 177.04 | 29.22 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 2 | 0 | 0.23 | 0.99 | 0.07 | 45.9 | 0.98 | 0.47 |
| Hex | EC | B5 | 2 | 0 | 17 | 63 | 7 | 2E | 62 | 2F |
| Octal | 354 | 265 | 2 | 0 | 27 | 143 | 7 | 56 | 142 | 57 |
| Binary | 11101100 | 10110101 | 10 | 0 | 10111 | 1100011 | 111 | 101110 | 1100010 | 101111 |
Color Harmonies of #ECB502
Complementary color
Monochromatic Colors of #ECB502
Black with #ECB502
Text Example
Text Example
White with #ECB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB502; }
p { color: rgb(236,181,2); }
H1.HeaderClassName
{
color: #ECB502;
}
.AnyTagClassName
{
color: #ECB502;
}
</style>
background-color css
<style>
a { background-color: #ECB502; }
a { background-color: rgb(236,181,2); }
div.DivClassName
{
background-color: #ECB502;
}
.BgClassName
{
background-color: #ECB502;
}
</style>
border-color css
<style>
span { border-color: #ECB502; }
span { border-color: rgb(236,181,2); }
td.TdClassName
{
border-color: #ECB502;
}
.TagClassName
{
border-color: #ECB502;
}
</style>