Shades of Golden Yellow #ECDF03
Tints of Golden Yellow #ECDF03
RGB
CMYK
RGB Variations
Color information
#ECDF03 (or 0xECDF03) is known color: Golden Yellow. HEX triplet: EC, DF and 03. RGB value is (236,223,3). Sum of RGB (Red+Green+Blue) = 236+223+3=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 3 (1.56% from 255 or 0.65% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDF03 is #1320FC. Grayscale: #CACACA. Windows color (decimal): -1253629 or 253932. OLE color: 253932.
HSL color Cylindrical-coordinate representation of color #ECDF03: hue angle of 56.65º 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 #ECDF03 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 3 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.07 |
| HSL | 56.65º | 0.97% | 0.47% | - |
| HSV(B) | 56.65º | 0.99% | 0.93% | - |
| XYZ | 61 | 70.61 | 10.5 | - |
| YUV | 201.81 | 15.81 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 3 | 0 | 0.06 | 0.99 | 0.07 | 56.65 | 0.97 | 0.47 |
| Hex | EC | DF | 3 | 0 | 6 | 63 | 7 | 39 | 61 | 2F |
| Octal | 354 | 337 | 3 | 0 | 6 | 143 | 7 | 71 | 141 | 57 |
| Binary | 11101100 | 11011111 | 11 | 0 | 110 | 1100011 | 111 | 111001 | 1100001 | 101111 |
Color Harmonies of #ECDF03
Complementary color
Monochromatic Colors of #ECDF03
Black with #ECDF03
Text Example
Text Example
White with #ECDF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF03; }
p { color: rgb(236,223,3); }
H1.HeaderClassName
{
color: #ECDF03;
}
.AnyTagClassName
{
color: #ECDF03;
}
</style>
background-color css
<style>
a { background-color: #ECDF03; }
a { background-color: rgb(236,223,3); }
div.DivClassName
{
background-color: #ECDF03;
}
.BgClassName
{
background-color: #ECDF03;
}
</style>
border-color css
<style>
span { border-color: #ECDF03; }
span { border-color: rgb(236,223,3); }
td.TdClassName
{
border-color: #ECDF03;
}
.TagClassName
{
border-color: #ECDF03;
}
</style>