Shades of Golden Yellow #ECDB03
Tints of Golden Yellow #ECDB03
RGB
CMYK
RGB Variations
Color information
#ECDB03 (or 0xECDB03) is known color: Golden Yellow. HEX triplet: EC, DB and 03. RGB value is (236,219,3). Sum of RGB (Red+Green+Blue) = 236+219+3=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 3 (1.56% from 255 or 0.66% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB03 is #1324FC. Grayscale: #C8C8C8. Windows color (decimal): -1254653 or 252908. OLE color: 252908.
HSL color Cylindrical-coordinate representation of color #ECDB03: hue angle of 55.62º 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 #ECDB03 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 3 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.07 |
| HSL | 55.62º | 0.97% | 0.47% | - |
| HSV(B) | 55.62º | 0.99% | 0.93% | - |
| XYZ | 59.94 | 68.5 | 10.15 | - |
| YUV | 199.46 | 17.13 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 3 | 0 | 0.07 | 0.99 | 0.07 | 55.62 | 0.97 | 0.47 |
| Hex | EC | DB | 3 | 0 | 7 | 63 | 7 | 38 | 61 | 2F |
| Octal | 354 | 333 | 3 | 0 | 7 | 143 | 7 | 70 | 141 | 57 |
| Binary | 11101100 | 11011011 | 11 | 0 | 111 | 1100011 | 111 | 111000 | 1100001 | 101111 |
Color Harmonies of #ECDB03
Complementary color
Monochromatic Colors of #ECDB03
Black with #ECDB03
Text Example
Text Example
White with #ECDB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB03; }
p { color: rgb(236,219,3); }
H1.HeaderClassName
{
color: #ECDB03;
}
.AnyTagClassName
{
color: #ECDB03;
}
</style>
background-color css
<style>
a { background-color: #ECDB03; }
a { background-color: rgb(236,219,3); }
div.DivClassName
{
background-color: #ECDB03;
}
.BgClassName
{
background-color: #ECDB03;
}
</style>
border-color css
<style>
span { border-color: #ECDB03; }
span { border-color: rgb(236,219,3); }
td.TdClassName
{
border-color: #ECDB03;
}
.TagClassName
{
border-color: #ECDB03;
}
</style>