Shades of Golden Dream #ECCB32
Tints of Golden Dream #ECCB32
RGB
CMYK
RGB Variations
Color information
#ECCB32 (or 0xECCB32) is known color: Golden Dream. HEX triplet: EC, CB and 32. RGB value is (236,203,50). Sum of RGB (Red+Green+Blue) = 236+203+50=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 50 (19.92% from 255 or 10.22% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB32 is #1334CD. Grayscale: #C4C4C4. Windows color (decimal): -1258702 or 3329004. OLE color: 3329004.
HSL color Cylindrical-coordinate representation of color #ECCB32: hue angle of 49.35º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECCB32 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 50 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.07 |
| HSL | 49.35º | 0.83% | 0.56% | - |
| HSV(B) | 49.35º | 0.79% | 0.93% | - |
| XYZ | 56.52 | 60.78 | 11.77 | - |
| YUV | 195.43 | 45.93 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 50 | 0 | 0.14 | 0.79 | 0.07 | 49.35 | 0.83 | 0.56 |
| Hex | EC | CB | 32 | 0 | E | 4F | 7 | 31 | 53 | 38 |
| Octal | 354 | 313 | 62 | 0 | 16 | 117 | 7 | 61 | 123 | 70 |
| Binary | 11101100 | 11001011 | 110010 | 0 | 1110 | 1001111 | 111 | 110001 | 1010011 | 111000 |
Color Harmonies of #ECCB32
Complementary color
Monochromatic Colors of #ECCB32
Black with #ECCB32
Text Example
Text Example
White with #ECCB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB32; }
p { color: rgb(236,203,50); }
H1.HeaderClassName
{
color: #ECCB32;
}
.AnyTagClassName
{
color: #ECCB32;
}
</style>
background-color css
<style>
a { background-color: #ECCB32; }
a { background-color: rgb(236,203,50); }
div.DivClassName
{
background-color: #ECCB32;
}
.BgClassName
{
background-color: #ECCB32;
}
</style>
border-color css
<style>
span { border-color: #ECCB32; }
span { border-color: rgb(236,203,50); }
td.TdClassName
{
border-color: #ECCB32;
}
.TagClassName
{
border-color: #ECCB32;
}
</style>