Shades of Golden Dream #ECC92E
Tints of Golden Dream #ECC92E
RGB
CMYK
RGB Variations
Color information
#ECC92E (or 0xECC92E) is known color: Golden Dream. HEX triplet: EC, C9 and 2E. RGB value is (236,201,46). Sum of RGB (Red+Green+Blue) = 236+201+46=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC92E is #1336D1. Grayscale: #C2C2C2. Windows color (decimal): -1259218 or 3066348. OLE color: 3066348.
HSL color Cylindrical-coordinate representation of color #ECC92E: hue angle of 48.95º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECC92E is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 46 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.07 |
| HSL | 48.95º | 0.83% | 0.55% | - |
| HSV(B) | 48.95º | 0.81% | 0.93% | - |
| XYZ | 55.97 | 59.8 | 11.18 | - |
| YUV | 193.8 | 44.6 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 46 | 0 | 0.15 | 0.81 | 0.07 | 48.95 | 0.83 | 0.55 |
| Hex | EC | C9 | 2E | 0 | F | 51 | 7 | 31 | 53 | 37 |
| Octal | 354 | 311 | 56 | 0 | 17 | 121 | 7 | 61 | 123 | 67 |
| Binary | 11101100 | 11001001 | 101110 | 0 | 1111 | 1010001 | 111 | 110001 | 1010011 | 110111 |
Color Harmonies of #ECC92E
Complementary color
Monochromatic Colors of #ECC92E
Black with #ECC92E
Text Example
Text Example
White with #ECC92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC92E; }
p { color: rgb(236,201,46); }
H1.HeaderClassName
{
color: #ECC92E;
}
.AnyTagClassName
{
color: #ECC92E;
}
</style>
background-color css
<style>
a { background-color: #ECC92E; }
a { background-color: rgb(236,201,46); }
div.DivClassName
{
background-color: #ECC92E;
}
.BgClassName
{
background-color: #ECC92E;
}
</style>
border-color css
<style>
span { border-color: #ECC92E; }
span { border-color: rgb(236,201,46); }
td.TdClassName
{
border-color: #ECC92E;
}
.TagClassName
{
border-color: #ECC92E;
}
</style>