Shades of Golden Sand #ECD268
Tints of Golden Sand #ECD268
RGB
CMYK
RGB Variations
Color information
#ECD268 (or 0xECD268) is known color: Golden Sand. HEX triplet: EC, D2 and 68. RGB value is (236,210,104). Sum of RGB (Red+Green+Blue) = 236+210+104=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD268 is #132D97. Grayscale: #CECECE. Windows color (decimal): -1256856 or 6869740. OLE color: 6869740.
HSL color Cylindrical-coordinate representation of color #ECD268: hue angle of 48.18º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECD268 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 104 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.07 |
| HSL | 48.18º | 0.78% | 0.67% | - |
| HSV(B) | 48.18º | 0.56% | 0.93% | - |
| XYZ | 60.14 | 64.93 | 22.46 | - |
| YUV | 205.69 | 70.61 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 104 | 0 | 0.11 | 0.56 | 0.07 | 48.18 | 0.78 | 0.67 |
| Hex | EC | D2 | 68 | 0 | B | 38 | 7 | 30 | 4E | 43 |
| Octal | 354 | 322 | 150 | 0 | 13 | 70 | 7 | 60 | 116 | 103 |
| Binary | 11101100 | 11010010 | 1101000 | 0 | 1011 | 111000 | 111 | 110000 | 1001110 | 1000011 |
Color Harmonies of #ECD268
Complementary color
Monochromatic Colors of #ECD268
Black with #ECD268
Text Example
Text Example
White with #ECD268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD268; }
p { color: rgb(236,210,104); }
H1.HeaderClassName
{
color: #ECD268;
}
.AnyTagClassName
{
color: #ECD268;
}
</style>
background-color css
<style>
a { background-color: #ECD268; }
a { background-color: rgb(236,210,104); }
div.DivClassName
{
background-color: #ECD268;
}
.BgClassName
{
background-color: #ECD268;
}
</style>
border-color css
<style>
span { border-color: #ECD268; }
span { border-color: rgb(236,210,104); }
td.TdClassName
{
border-color: #ECD268;
}
.TagClassName
{
border-color: #ECD268;
}
</style>