Shades of Golden Dream #ECCA2D
Tints of Golden Dream #ECCA2D
RGB
CMYK
RGB Variations
Color information
#ECCA2D (or 0xECCA2D) is known color: Golden Dream. HEX triplet: EC, CA and 2D. RGB value is (236,202,45). Sum of RGB (Red+Green+Blue) = 236+202+45=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCA2D is #1335D2. Grayscale: #C2C2C2. Windows color (decimal): -1258963 or 3001068. OLE color: 3001068.
HSL color Cylindrical-coordinate representation of color #ECCA2D: hue angle of 49.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECCA2D is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 45 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.07 |
| HSL | 49.32º | 0.83% | 0.55% | - |
| HSV(B) | 49.32º | 0.81% | 0.93% | - |
| XYZ | 56.19 | 60.26 | 11.15 | - |
| YUV | 194.27 | 43.76 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 45 | 0 | 0.14 | 0.81 | 0.07 | 49.32 | 0.83 | 0.55 |
| Hex | EC | CA | 2D | 0 | E | 51 | 7 | 31 | 53 | 37 |
| Octal | 354 | 312 | 55 | 0 | 16 | 121 | 7 | 61 | 123 | 67 |
| Binary | 11101100 | 11001010 | 101101 | 0 | 1110 | 1010001 | 111 | 110001 | 1010011 | 110111 |
Color Harmonies of #ECCA2D
Complementary color
Monochromatic Colors of #ECCA2D
Black with #ECCA2D
Text Example
Text Example
White with #ECCA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCA2D; }
p { color: rgb(236,202,45); }
H1.HeaderClassName
{
color: #ECCA2D;
}
.AnyTagClassName
{
color: #ECCA2D;
}
</style>
background-color css
<style>
a { background-color: #ECCA2D; }
a { background-color: rgb(236,202,45); }
div.DivClassName
{
background-color: #ECCA2D;
}
.BgClassName
{
background-color: #ECCA2D;
}
</style>
border-color css
<style>
span { border-color: #ECCA2D; }
span { border-color: rgb(236,202,45); }
td.TdClassName
{
border-color: #ECCA2D;
}
.TagClassName
{
border-color: #ECCA2D;
}
</style>