Shades of Selective Yellow #ECB404
Tints of Selective Yellow #ECB404
RGB
CMYK
RGB Variations
Color information
#ECB404 (or 0xECB404) is known color: Selective Yellow. HEX triplet: EC, B4 and 04. RGB value is (236,180,4). Sum of RGB (Red+Green+Blue) = 236+180+4=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB404 is #134BFB. Grayscale: #B1B1B1. Windows color (decimal): -1264636 or 308460. OLE color: 308460.
HSL color Cylindrical-coordinate representation of color #ECB404: hue angle of 45.52º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECB404 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.07 |
| HSL | 45.52º | 0.97% | 0.47% | - |
| HSV(B) | 45.52º | 0.98% | 0.93% | - |
| XYZ | 50.94 | 50.48 | 7.17 | - |
| YUV | 176.68 | 30.55 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 4 | 0 | 0.24 | 0.98 | 0.07 | 45.52 | 0.97 | 0.47 |
| Hex | EC | B4 | 4 | 0 | 18 | 62 | 7 | 2E | 61 | 2F |
| Octal | 354 | 264 | 4 | 0 | 30 | 142 | 7 | 56 | 141 | 57 |
| Binary | 11101100 | 10110100 | 100 | 0 | 11000 | 1100010 | 111 | 101110 | 1100001 | 101111 |
Color Harmonies of #ECB404
Complementary color
Monochromatic Colors of #ECB404
Black with #ECB404
Text Example
Text Example
White with #ECB404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB404; }
p { color: rgb(236,180,4); }
H1.HeaderClassName
{
color: #ECB404;
}
.AnyTagClassName
{
color: #ECB404;
}
</style>
background-color css
<style>
a { background-color: #ECB404; }
a { background-color: rgb(236,180,4); }
div.DivClassName
{
background-color: #ECB404;
}
.BgClassName
{
background-color: #ECB404;
}
</style>
border-color css
<style>
span { border-color: #ECB404; }
span { border-color: rgb(236,180,4); }
td.TdClassName
{
border-color: #ECB404;
}
.TagClassName
{
border-color: #ECB404;
}
</style>