Shades of Golden Yellow #ECE200
Tints of Golden Yellow #ECE200
RGB
CMYK
RGB Variations
Color information
#ECE200 (or 0xECE200) is known color: Golden Yellow. HEX triplet: EC, E2 and 00. RGB value is (236,226,0). Sum of RGB (Red+Green+Blue) = 236+226+0=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 226 (88.67% from 255 or 48.92% from 462); Blue value is 0 (0.39% from 255 or 0% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE200 is #131DFF. Grayscale: #CCCCCC. Windows color (decimal): -1252864 or 58092. OLE color: 58092.
HSL color Cylindrical-coordinate representation of color #ECE200: hue angle of 57.46º 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 #ECE200 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.07 |
| HSL | 57.46º | 1% | 0.46% | - |
| HSV(B) | 57.46º | 1% | 0.93% | - |
| XYZ | 61.79 | 72.23 | 10.68 | - |
| YUV | 203.23 | 13.31 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 0 | 0 | 0.04 | 1 | 0.07 | 57.46 | 1 | 0.46 |
| Hex | EC | E2 | 0 | 0 | 4 | 64 | 7 | 39 | 64 | 2E |
| Octal | 354 | 342 | 0 | 0 | 4 | 144 | 7 | 71 | 144 | 56 |
| Binary | 11101100 | 11100010 | 0 | 0 | 100 | 1100100 | 111 | 111001 | 1100100 | 101110 |
Color Harmonies of #ECE200
Complementary color
Monochromatic Colors of #ECE200
Black with #ECE200
Text Example
Text Example
White with #ECE200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE200; }
p { color: rgb(236,226,0); }
H1.HeaderClassName
{
color: #ECE200;
}
.AnyTagClassName
{
color: #ECE200;
}
</style>
background-color css
<style>
a { background-color: #ECE200; }
a { background-color: rgb(236,226,0); }
div.DivClassName
{
background-color: #ECE200;
}
.BgClassName
{
background-color: #ECE200;
}
</style>
border-color css
<style>
span { border-color: #ECE200; }
span { border-color: rgb(236,226,0); }
td.TdClassName
{
border-color: #ECE200;
}
.TagClassName
{
border-color: #ECE200;
}
</style>