Shades of Golden Yellow #ECE402
Tints of Golden Yellow #ECE402
RGB
CMYK
RGB Variations
Color information
#ECE402 (or 0xECE402) is known color: Golden Yellow. HEX triplet: EC, E4 and 02. RGB value is (236,228,2). Sum of RGB (Red+Green+Blue) = 236+228+2=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 2 (1.17% from 255 or 0.43% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE402 is #131BFD. Grayscale: #CDCDCD. Windows color (decimal): -1252350 or 189676. OLE color: 189676.
HSL color Cylindrical-coordinate representation of color #ECE402: hue angle of 57.95º 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 #ECE402 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.07 |
| HSL | 57.95º | 0.98% | 0.47% | - |
| HSV(B) | 57.95º | 0.99% | 0.93% | - |
| XYZ | 62.35 | 73.32 | 10.92 | - |
| YUV | 204.63 | 13.65 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 2 | 0 | 0.03 | 0.99 | 0.07 | 57.95 | 0.98 | 0.47 |
| Hex | EC | E4 | 2 | 0 | 3 | 63 | 7 | 3A | 62 | 2F |
| Octal | 354 | 344 | 2 | 0 | 3 | 143 | 7 | 72 | 142 | 57 |
| Binary | 11101100 | 11100100 | 10 | 0 | 11 | 1100011 | 111 | 111010 | 1100010 | 101111 |
Color Harmonies of #ECE402
Complementary color
Monochromatic Colors of #ECE402
Black with #ECE402
Text Example
Text Example
White with #ECE402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE402; }
p { color: rgb(236,228,2); }
H1.HeaderClassName
{
color: #ECE402;
}
.AnyTagClassName
{
color: #ECE402;
}
</style>
background-color css
<style>
a { background-color: #ECE402; }
a { background-color: rgb(236,228,2); }
div.DivClassName
{
background-color: #ECE402;
}
.BgClassName
{
background-color: #ECE402;
}
</style>
border-color css
<style>
span { border-color: #ECE402; }
span { border-color: rgb(236,228,2); }
td.TdClassName
{
border-color: #ECE402;
}
.TagClassName
{
border-color: #ECE402;
}
</style>