Shades of Golden Dream #ECCB36
Tints of Golden Dream #ECCB36
RGB
CMYK
RGB Variations
Color information
#ECCB36 (or 0xECCB36) is known color: Golden Dream. HEX triplet: EC, CB and 36. RGB value is (236,203,54). Sum of RGB (Red+Green+Blue) = 236+203+54=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 54 (21.48% from 255 or 10.95% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB36 is #1334C9. Grayscale: #C4C4C4. Windows color (decimal): -1258698 or 3591148. OLE color: 3591148.
HSL color Cylindrical-coordinate representation of color #ECCB36: hue angle of 49.12º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ECCB36 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 54 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.07 |
| HSL | 49.12º | 0.83% | 0.57% | - |
| HSV(B) | 49.12º | 0.77% | 0.93% | - |
| XYZ | 56.61 | 60.81 | 12.24 | - |
| YUV | 195.88 | 47.93 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 54 | 0 | 0.14 | 0.77 | 0.07 | 49.12 | 0.83 | 0.57 |
| Hex | EC | CB | 36 | 0 | E | 4D | 7 | 31 | 53 | 39 |
| Octal | 354 | 313 | 66 | 0 | 16 | 115 | 7 | 61 | 123 | 71 |
| Binary | 11101100 | 11001011 | 110110 | 0 | 1110 | 1001101 | 111 | 110001 | 1010011 | 111001 |
Color Harmonies of #ECCB36
Complementary color
Monochromatic Colors of #ECCB36
Black with #ECCB36
Text Example
Text Example
White with #ECCB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB36; }
p { color: rgb(236,203,54); }
H1.HeaderClassName
{
color: #ECCB36;
}
.AnyTagClassName
{
color: #ECCB36;
}
</style>
background-color css
<style>
a { background-color: #ECCB36; }
a { background-color: rgb(236,203,54); }
div.DivClassName
{
background-color: #ECCB36;
}
.BgClassName
{
background-color: #ECCB36;
}
</style>
border-color css
<style>
span { border-color: #ECCB36; }
span { border-color: rgb(236,203,54); }
td.TdClassName
{
border-color: #ECCB36;
}
.TagClassName
{
border-color: #ECCB36;
}
</style>