Shades of Selective Yellow #ECB302
Tints of Selective Yellow #ECB302
RGB
CMYK
RGB Variations
Color information
#ECB302 (or 0xECB302) is known color: Selective Yellow. HEX triplet: EC, B3 and 02. RGB value is (236,179,2). Sum of RGB (Red+Green+Blue) = 236+179+2=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB302 is #134CFD. Grayscale: #B0B0B0. Windows color (decimal): -1264894 or 177132. OLE color: 177132.
HSL color Cylindrical-coordinate representation of color #ECB302: hue angle of 45.38º 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 #ECB302 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.07 |
| HSL | 45.38º | 0.98% | 0.47% | - |
| HSV(B) | 45.38º | 0.99% | 0.93% | - |
| XYZ | 50.72 | 50.08 | 7.05 | - |
| YUV | 175.87 | 29.88 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 2 | 0 | 0.24 | 0.99 | 0.07 | 45.38 | 0.98 | 0.47 |
| Hex | EC | B3 | 2 | 0 | 18 | 63 | 7 | 2D | 62 | 2F |
| Octal | 354 | 263 | 2 | 0 | 30 | 143 | 7 | 55 | 142 | 57 |
| Binary | 11101100 | 10110011 | 10 | 0 | 11000 | 1100011 | 111 | 101101 | 1100010 | 101111 |
Color Harmonies of #ECB302
Complementary color
Monochromatic Colors of #ECB302
Black with #ECB302
Text Example
Text Example
White with #ECB302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB302; }
p { color: rgb(236,179,2); }
H1.HeaderClassName
{
color: #ECB302;
}
.AnyTagClassName
{
color: #ECB302;
}
</style>
background-color css
<style>
a { background-color: #ECB302; }
a { background-color: rgb(236,179,2); }
div.DivClassName
{
background-color: #ECB302;
}
.BgClassName
{
background-color: #ECB302;
}
</style>
border-color css
<style>
span { border-color: #ECB302; }
span { border-color: rgb(236,179,2); }
td.TdClassName
{
border-color: #ECB302;
}
.TagClassName
{
border-color: #ECB302;
}
</style>