Shades of Golden Dream #ECCB2F
Tints of Golden Dream #ECCB2F
RGB
CMYK
RGB Variations
Color information
#ECCB2F (or 0xECCB2F) is known color: Golden Dream. HEX triplet: EC, CB and 2F. RGB value is (236,203,47). Sum of RGB (Red+Green+Blue) = 236+203+47=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB2F is #1334D0. Grayscale: #C3C3C3. Windows color (decimal): -1258705 or 3132396. OLE color: 3132396.
HSL color Cylindrical-coordinate representation of color #ECCB2F: hue angle of 49.52º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECCB2F is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 47 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.07 |
| HSL | 49.52º | 0.83% | 0.55% | - |
| HSV(B) | 49.52º | 0.8% | 0.93% | - |
| XYZ | 56.46 | 60.75 | 11.44 | - |
| YUV | 195.08 | 44.43 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 47 | 0 | 0.14 | 0.80 | 0.07 | 49.52 | 0.83 | 0.55 |
| Hex | EC | CB | 2F | 0 | E | 50 | 7 | 32 | 53 | 37 |
| Octal | 354 | 313 | 57 | 0 | 16 | 120 | 7 | 62 | 123 | 67 |
| Binary | 11101100 | 11001011 | 101111 | 0 | 1110 | 1010000 | 111 | 110010 | 1010011 | 110111 |
Color Harmonies of #ECCB2F
Complementary color
Monochromatic Colors of #ECCB2F
Black with #ECCB2F
Text Example
Text Example
White with #ECCB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB2F; }
p { color: rgb(236,203,47); }
H1.HeaderClassName
{
color: #ECCB2F;
}
.AnyTagClassName
{
color: #ECCB2F;
}
</style>
background-color css
<style>
a { background-color: #ECCB2F; }
a { background-color: rgb(236,203,47); }
div.DivClassName
{
background-color: #ECCB2F;
}
.BgClassName
{
background-color: #ECCB2F;
}
</style>
border-color css
<style>
span { border-color: #ECCB2F; }
span { border-color: rgb(236,203,47); }
td.TdClassName
{
border-color: #ECCB2F;
}
.TagClassName
{
border-color: #ECCB2F;
}
</style>