Shades of Golden Dream #ECC933
Tints of Golden Dream #ECC933
RGB
CMYK
RGB Variations
Color information
#ECC933 (or 0xECC933) is known color: Golden Dream. HEX triplet: EC, C9 and 33. RGB value is (236,201,51). Sum of RGB (Red+Green+Blue) = 236+201+51=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 51 (20.31% from 255 or 10.45% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC933 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC933 is #1336CC. Grayscale: #C3C3C3. Windows color (decimal): -1259213 or 3394028. OLE color: 3394028.
HSL color Cylindrical-coordinate representation of color #ECC933: hue angle of 48.65º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECC933 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 51 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.07 |
| HSL | 48.65º | 0.83% | 0.56% | - |
| HSV(B) | 48.65º | 0.78% | 0.93% | - |
| XYZ | 56.08 | 59.85 | 11.73 | - |
| YUV | 194.37 | 47.1 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 51 | 0 | 0.15 | 0.78 | 0.07 | 48.65 | 0.83 | 0.56 |
| Hex | EC | C9 | 33 | 0 | F | 4E | 7 | 31 | 53 | 38 |
| Octal | 354 | 311 | 63 | 0 | 17 | 116 | 7 | 61 | 123 | 70 |
| Binary | 11101100 | 11001001 | 110011 | 0 | 1111 | 1001110 | 111 | 110001 | 1010011 | 111000 |
Color Harmonies of #ECC933
Complementary color
Monochromatic Colors of #ECC933
Black with #ECC933
Text Example
Text Example
White with #ECC933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC933; }
p { color: rgb(236,201,51); }
H1.HeaderClassName
{
color: #ECC933;
}
.AnyTagClassName
{
color: #ECC933;
}
</style>
background-color css
<style>
a { background-color: #ECC933; }
a { background-color: rgb(236,201,51); }
div.DivClassName
{
background-color: #ECC933;
}
.BgClassName
{
background-color: #ECC933;
}
</style>
border-color css
<style>
span { border-color: #ECC933; }
span { border-color: rgb(236,201,51); }
td.TdClassName
{
border-color: #ECC933;
}
.TagClassName
{
border-color: #ECC933;
}
</style>