Shades of Golden Dream #ECCF3A
Tints of Golden Dream #ECCF3A
RGB
CMYK
RGB Variations
Color information
#ECCF3A (or 0xECCF3A) is known color: Golden Dream. HEX triplet: EC, CF and 3A. RGB value is (236,207,58). Sum of RGB (Red+Green+Blue) = 236+207+58=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 58 (23.05% from 255 or 11.58% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCF3A is #1330C5. Grayscale: #C7C7C7. Windows color (decimal): -1257670 or 3854316. OLE color: 3854316.
HSL color Cylindrical-coordinate representation of color #ECCF3A: hue angle of 50.22º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECCF3A is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 58 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.07 |
| HSL | 50.22º | 0.82% | 0.58% | - |
| HSV(B) | 50.22º | 0.75% | 0.93% | - |
| XYZ | 57.67 | 62.76 | 13.08 | - |
| YUV | 198.69 | 48.61 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 58 | 0 | 0.12 | 0.75 | 0.07 | 50.22 | 0.82 | 0.58 |
| Hex | EC | CF | 3A | 0 | C | 4B | 7 | 32 | 52 | 3A |
| Octal | 354 | 317 | 72 | 0 | 14 | 113 | 7 | 62 | 122 | 72 |
| Binary | 11101100 | 11001111 | 111010 | 0 | 1100 | 1001011 | 111 | 110010 | 1010010 | 111010 |
Color Harmonies of #ECCF3A
Complementary color
Monochromatic Colors of #ECCF3A
Black with #ECCF3A
Text Example
Text Example
White with #ECCF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF3A; }
p { color: rgb(236,207,58); }
H1.HeaderClassName
{
color: #ECCF3A;
}
.AnyTagClassName
{
color: #ECCF3A;
}
</style>
background-color css
<style>
a { background-color: #ECCF3A; }
a { background-color: rgb(236,207,58); }
div.DivClassName
{
background-color: #ECCF3A;
}
.BgClassName
{
background-color: #ECCF3A;
}
</style>
border-color css
<style>
span { border-color: #ECCF3A; }
span { border-color: rgb(236,207,58); }
td.TdClassName
{
border-color: #ECCF3A;
}
.TagClassName
{
border-color: #ECCF3A;
}
</style>