Shades of Golden Yellow #ECE302
Tints of Golden Yellow #ECE302
RGB
CMYK
RGB Variations
Color information
#ECE302 (or 0xECE302) is known color: Golden Yellow. HEX triplet: EC, E3 and 02. RGB value is (236,227,2). Sum of RGB (Red+Green+Blue) = 236+227+2=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 2 (1.17% from 255 or 0.43% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE302 is #131CFD. Grayscale: #CCCCCC. Windows color (decimal): -1252606 or 189420. OLE color: 189420.
HSL color Cylindrical-coordinate representation of color #ECE302: hue angle of 57.69º degrees, saturation: 0.98, 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 #ECE302 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.07 |
| HSL | 57.69º | 0.98% | 0.47% | - |
| HSV(B) | 57.69º | 0.99% | 0.93% | - |
| XYZ | 62.07 | 72.78 | 10.83 | - |
| YUV | 204.04 | 13.98 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 2 | 0 | 0.04 | 0.99 | 0.07 | 57.69 | 0.98 | 0.47 |
| Hex | EC | E3 | 2 | 0 | 4 | 63 | 7 | 3A | 62 | 2F |
| Octal | 354 | 343 | 2 | 0 | 4 | 143 | 7 | 72 | 142 | 57 |
| Binary | 11101100 | 11100011 | 10 | 0 | 100 | 1100011 | 111 | 111010 | 1100010 | 101111 |
Color Harmonies of #ECE302
Complementary color
Monochromatic Colors of #ECE302
Black with #ECE302
Text Example
Text Example
White with #ECE302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE302; }
p { color: rgb(236,227,2); }
H1.HeaderClassName
{
color: #ECE302;
}
.AnyTagClassName
{
color: #ECE302;
}
</style>
background-color css
<style>
a { background-color: #ECE302; }
a { background-color: rgb(236,227,2); }
div.DivClassName
{
background-color: #ECE302;
}
.BgClassName
{
background-color: #ECE302;
}
</style>
border-color css
<style>
span { border-color: #ECE302; }
span { border-color: rgb(236,227,2); }
td.TdClassName
{
border-color: #ECE302;
}
.TagClassName
{
border-color: #ECE302;
}
</style>