Shades of Golden Dream #ECCF2A
Tints of Golden Dream #ECCF2A
RGB
CMYK
RGB Variations
Color information
#ECCF2A (or 0xECCF2A) is known color: Golden Dream. HEX triplet: EC, CF and 2A. RGB value is (236,207,42). Sum of RGB (Red+Green+Blue) = 236+207+42=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCF2A is #1330D5. Grayscale: #C5C5C5. Windows color (decimal): -1257686 or 2805740. OLE color: 2805740.
HSL color Cylindrical-coordinate representation of color #ECCF2A: hue angle of 51.03º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECCF2A is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 42 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.07 |
| HSL | 51.03º | 0.84% | 0.55% | - |
| HSV(B) | 51.03º | 0.82% | 0.93% | - |
| XYZ | 57.32 | 62.63 | 11.26 | - |
| YUV | 196.86 | 40.61 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 42 | 0 | 0.12 | 0.82 | 0.07 | 51.03 | 0.84 | 0.55 |
| Hex | EC | CF | 2A | 0 | C | 52 | 7 | 33 | 54 | 37 |
| Octal | 354 | 317 | 52 | 0 | 14 | 122 | 7 | 63 | 124 | 67 |
| Binary | 11101100 | 11001111 | 101010 | 0 | 1100 | 1010010 | 111 | 110011 | 1010100 | 110111 |
Color Harmonies of #ECCF2A
Complementary color
Monochromatic Colors of #ECCF2A
Black with #ECCF2A
Text Example
Text Example
White with #ECCF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF2A; }
p { color: rgb(236,207,42); }
H1.HeaderClassName
{
color: #ECCF2A;
}
.AnyTagClassName
{
color: #ECCF2A;
}
</style>
background-color css
<style>
a { background-color: #ECCF2A; }
a { background-color: rgb(236,207,42); }
div.DivClassName
{
background-color: #ECCF2A;
}
.BgClassName
{
background-color: #ECCF2A;
}
</style>
border-color css
<style>
span { border-color: #ECCF2A; }
span { border-color: rgb(236,207,42); }
td.TdClassName
{
border-color: #ECCF2A;
}
.TagClassName
{
border-color: #ECCF2A;
}
</style>