Shades of Selective Yellow #ECB403
Tints of Selective Yellow #ECB403
RGB
CMYK
RGB Variations
Color information
#ECB403 (or 0xECB403) is known color: Selective Yellow. HEX triplet: EC, B4 and 03. RGB value is (236,180,3). Sum of RGB (Red+Green+Blue) = 236+180+3=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB403 is #134BFC. Grayscale: #B1B1B1. Windows color (decimal): -1264637 or 242924. OLE color: 242924.
HSL color Cylindrical-coordinate representation of color #ECB403: hue angle of 45.58º degrees, saturation: 0.97, 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 #ECB403 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.07 |
| HSL | 45.58º | 0.97% | 0.47% | - |
| HSV(B) | 45.58º | 0.99% | 0.93% | - |
| XYZ | 50.93 | 50.48 | 7.15 | - |
| YUV | 176.57 | 30.05 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 3 | 0 | 0.24 | 0.99 | 0.07 | 45.58 | 0.97 | 0.47 |
| Hex | EC | B4 | 3 | 0 | 18 | 63 | 7 | 2E | 61 | 2F |
| Octal | 354 | 264 | 3 | 0 | 30 | 143 | 7 | 56 | 141 | 57 |
| Binary | 11101100 | 10110100 | 11 | 0 | 11000 | 1100011 | 111 | 101110 | 1100001 | 101111 |
Color Harmonies of #ECB403
Complementary color
Monochromatic Colors of #ECB403
Black with #ECB403
Text Example
Text Example
White with #ECB403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB403; }
p { color: rgb(236,180,3); }
H1.HeaderClassName
{
color: #ECB403;
}
.AnyTagClassName
{
color: #ECB403;
}
</style>
background-color css
<style>
a { background-color: #ECB403; }
a { background-color: rgb(236,180,3); }
div.DivClassName
{
background-color: #ECB403;
}
.BgClassName
{
background-color: #ECB403;
}
</style>
border-color css
<style>
span { border-color: #ECB403; }
span { border-color: rgb(236,180,3); }
td.TdClassName
{
border-color: #ECB403;
}
.TagClassName
{
border-color: #ECB403;
}
</style>