Shades of Golden Dream #ECCF2D
Tints of Golden Dream #ECCF2D
RGB
CMYK
RGB Variations
Color information
#ECCF2D (or 0xECCF2D) is known color: Golden Dream. HEX triplet: EC, CF and 2D. RGB value is (236,207,45). Sum of RGB (Red+Green+Blue) = 236+207+45=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCF2D is #1330D2. Grayscale: #C5C5C5. Windows color (decimal): -1257683 or 3002348. OLE color: 3002348.
HSL color Cylindrical-coordinate representation of color #ECCF2D: hue angle of 50.89º 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 #ECCF2D is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 45 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.07 |
| HSL | 50.89º | 0.83% | 0.55% | - |
| HSV(B) | 50.89º | 0.81% | 0.93% | - |
| XYZ | 57.38 | 62.65 | 11.55 | - |
| YUV | 197.2 | 42.11 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 45 | 0 | 0.12 | 0.81 | 0.07 | 50.89 | 0.83 | 0.55 |
| Hex | EC | CF | 2D | 0 | C | 51 | 7 | 33 | 53 | 37 |
| Octal | 354 | 317 | 55 | 0 | 14 | 121 | 7 | 63 | 123 | 67 |
| Binary | 11101100 | 11001111 | 101101 | 0 | 1100 | 1010001 | 111 | 110011 | 1010011 | 110111 |
Color Harmonies of #ECCF2D
Complementary color
Monochromatic Colors of #ECCF2D
Black with #ECCF2D
Text Example
Text Example
White with #ECCF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF2D; }
p { color: rgb(236,207,45); }
H1.HeaderClassName
{
color: #ECCF2D;
}
.AnyTagClassName
{
color: #ECCF2D;
}
</style>
background-color css
<style>
a { background-color: #ECCF2D; }
a { background-color: rgb(236,207,45); }
div.DivClassName
{
background-color: #ECCF2D;
}
.BgClassName
{
background-color: #ECCF2D;
}
</style>
border-color css
<style>
span { border-color: #ECCF2D; }
span { border-color: rgb(236,207,45); }
td.TdClassName
{
border-color: #ECCF2D;
}
.TagClassName
{
border-color: #ECCF2D;
}
</style>