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