Shades of Selective Yellow #ECB402
Tints of Selective Yellow #ECB402
RGB
CMYK
RGB Variations
Color information
#ECB402 (or 0xECB402) is known color: Selective Yellow. HEX triplet: EC, B4 and 02. RGB value is (236,180,2). Sum of RGB (Red+Green+Blue) = 236+180+2=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 2 (1.17% from 255 or 0.48% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB402 is #134BFD. Grayscale: #B1B1B1. Windows color (decimal): -1264638 or 177388. OLE color: 177388.
HSL color Cylindrical-coordinate representation of color #ECB402: hue angle of 45.64º 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 #ECB402 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.07 |
| HSL | 45.64º | 0.98% | 0.47% | - |
| HSV(B) | 45.64º | 0.99% | 0.93% | - |
| XYZ | 50.92 | 50.48 | 7.12 | - |
| YUV | 176.45 | 29.55 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 2 | 0 | 0.24 | 0.99 | 0.07 | 45.64 | 0.98 | 0.47 |
| Hex | EC | B4 | 2 | 0 | 18 | 63 | 7 | 2E | 62 | 2F |
| Octal | 354 | 264 | 2 | 0 | 30 | 143 | 7 | 56 | 142 | 57 |
| Binary | 11101100 | 10110100 | 10 | 0 | 11000 | 1100011 | 111 | 101110 | 1100010 | 101111 |
Color Harmonies of #ECB402
Complementary color
Monochromatic Colors of #ECB402
Black with #ECB402
Text Example
Text Example
White with #ECB402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB402; }
p { color: rgb(236,180,2); }
H1.HeaderClassName
{
color: #ECB402;
}
.AnyTagClassName
{
color: #ECB402;
}
</style>
background-color css
<style>
a { background-color: #ECB402; }
a { background-color: rgb(236,180,2); }
div.DivClassName
{
background-color: #ECB402;
}
.BgClassName
{
background-color: #ECB402;
}
</style>
border-color css
<style>
span { border-color: #ECB402; }
span { border-color: rgb(236,180,2); }
td.TdClassName
{
border-color: #ECB402;
}
.TagClassName
{
border-color: #ECB402;
}
</style>