Shades of Golden Yellow #ECE601
Tints of Golden Yellow #ECE601
RGB
CMYK
RGB Variations
Color information
#ECE601 (or 0xECE601) is known color: Golden Yellow. HEX triplet: EC, E6 and 01. RGB value is (236,230,1). Sum of RGB (Red+Green+Blue) = 236+230+1=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 1 (0.78% from 255 or 0.21% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE601 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE601 is #1319FE. Grayscale: #CECECE. Windows color (decimal): -1251839 or 124652. OLE color: 124652.
HSL color Cylindrical-coordinate representation of color #ECE601: hue angle of 58.47º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECE601 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.07 |
| HSL | 58.47º | 0.99% | 0.46% | - |
| HSV(B) | 58.47º | 1% | 0.93% | - |
| XYZ | 62.89 | 74.43 | 11.08 | - |
| YUV | 205.69 | 12.49 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 1 | 0 | 0.03 | 1.00 | 0.07 | 58.47 | 0.99 | 0.46 |
| Hex | EC | E6 | 1 | 0 | 3 | 64 | 7 | 3A | 63 | 2E |
| Octal | 354 | 346 | 1 | 0 | 3 | 144 | 7 | 72 | 143 | 56 |
| Binary | 11101100 | 11100110 | 1 | 0 | 11 | 1100100 | 111 | 111010 | 1100011 | 101110 |
Color Harmonies of #ECE601
Complementary color
Monochromatic Colors of #ECE601
Black with #ECE601
Text Example
Text Example
White with #ECE601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE601; }
p { color: rgb(236,230,1); }
H1.HeaderClassName
{
color: #ECE601;
}
.AnyTagClassName
{
color: #ECE601;
}
</style>
background-color css
<style>
a { background-color: #ECE601; }
a { background-color: rgb(236,230,1); }
div.DivClassName
{
background-color: #ECE601;
}
.BgClassName
{
background-color: #ECE601;
}
</style>
border-color css
<style>
span { border-color: #ECE601; }
span { border-color: rgb(236,230,1); }
td.TdClassName
{
border-color: #ECE601;
}
.TagClassName
{
border-color: #ECE601;
}
</style>