Shades of Golden Dream #ECCE30
Tints of Golden Dream #ECCE30
RGB
CMYK
RGB Variations
Color information
#ECCE30 (or 0xECCE30) is known color: Golden Dream. HEX triplet: EC, CE and 30. RGB value is (236,206,48). Sum of RGB (Red+Green+Blue) = 236+206+48=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE30 is #1331CF. Grayscale: #C5C5C5. Windows color (decimal): -1257936 or 3198700. OLE color: 3198700.
HSL color Cylindrical-coordinate representation of color #ECCE30: hue angle of 50.43º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECCE30 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 48 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.07 |
| HSL | 50.43º | 0.83% | 0.56% | - |
| HSV(B) | 50.43º | 0.8% | 0.93% | - |
| XYZ | 57.2 | 62.19 | 11.79 | - |
| YUV | 196.96 | 43.94 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 48 | 0 | 0.13 | 0.80 | 0.07 | 50.43 | 0.83 | 0.56 |
| Hex | EC | CE | 30 | 0 | D | 50 | 7 | 32 | 53 | 38 |
| Octal | 354 | 316 | 60 | 0 | 15 | 120 | 7 | 62 | 123 | 70 |
| Binary | 11101100 | 11001110 | 110000 | 0 | 1101 | 1010000 | 111 | 110010 | 1010011 | 111000 |
Color Harmonies of #ECCE30
Complementary color
Monochromatic Colors of #ECCE30
Black with #ECCE30
Text Example
Text Example
White with #ECCE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE30; }
p { color: rgb(236,206,48); }
H1.HeaderClassName
{
color: #ECCE30;
}
.AnyTagClassName
{
color: #ECCE30;
}
</style>
background-color css
<style>
a { background-color: #ECCE30; }
a { background-color: rgb(236,206,48); }
div.DivClassName
{
background-color: #ECCE30;
}
.BgClassName
{
background-color: #ECCE30;
}
</style>
border-color css
<style>
span { border-color: #ECCE30; }
span { border-color: rgb(236,206,48); }
td.TdClassName
{
border-color: #ECCE30;
}
.TagClassName
{
border-color: #ECCE30;
}
</style>