Shades of Golden Dream #ECCF2B
Tints of Golden Dream #ECCF2B
RGB
CMYK
RGB Variations
Color information
#ECCF2B (or 0xECCF2B) is known color: Golden Dream. HEX triplet: EC, CF and 2B. RGB value is (236,207,43). Sum of RGB (Red+Green+Blue) = 236+207+43=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCF2B is #1330D4. Grayscale: #C5C5C5. Windows color (decimal): -1257685 or 2871276. OLE color: 2871276.
HSL color Cylindrical-coordinate representation of color #ECCF2B: hue angle of 50.98º 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 #ECCF2B is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 43 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.07 |
| HSL | 50.98º | 0.84% | 0.55% | - |
| HSV(B) | 50.98º | 0.82% | 0.93% | - |
| XYZ | 57.34 | 62.63 | 11.35 | - |
| YUV | 196.98 | 41.11 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 43 | 0 | 0.12 | 0.82 | 0.07 | 50.98 | 0.84 | 0.55 |
| Hex | EC | CF | 2B | 0 | C | 52 | 7 | 33 | 54 | 37 |
| Octal | 354 | 317 | 53 | 0 | 14 | 122 | 7 | 63 | 124 | 67 |
| Binary | 11101100 | 11001111 | 101011 | 0 | 1100 | 1010010 | 111 | 110011 | 1010100 | 110111 |
Color Harmonies of #ECCF2B
Complementary color
Monochromatic Colors of #ECCF2B
Black with #ECCF2B
Text Example
Text Example
White with #ECCF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF2B; }
p { color: rgb(236,207,43); }
H1.HeaderClassName
{
color: #ECCF2B;
}
.AnyTagClassName
{
color: #ECCF2B;
}
</style>
background-color css
<style>
a { background-color: #ECCF2B; }
a { background-color: rgb(236,207,43); }
div.DivClassName
{
background-color: #ECCF2B;
}
.BgClassName
{
background-color: #ECCF2B;
}
</style>
border-color css
<style>
span { border-color: #ECCF2B; }
span { border-color: rgb(236,207,43); }
td.TdClassName
{
border-color: #ECCF2B;
}
.TagClassName
{
border-color: #ECCF2B;
}
</style>