Shades of Golden Sand #ECC467
Tints of Golden Sand #ECC467
RGB
CMYK
RGB Variations
Color information
#ECC467 (or 0xECC467) is known color: Golden Sand. HEX triplet: EC, C4 and 67. RGB value is (236,196,103). Sum of RGB (Red+Green+Blue) = 236+196+103=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC467 is #133B98. Grayscale: #C5C5C5. Windows color (decimal): -1260441 or 6800620. OLE color: 6800620.
HSL color Cylindrical-coordinate representation of color #ECC467: hue angle of 41.95º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECC467 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 103 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.07 |
| HSL | 41.95º | 0.78% | 0.66% | - |
| HSV(B) | 41.95º | 0.56% | 0.93% | - |
| XYZ | 56.78 | 58.29 | 21.09 | - |
| YUV | 197.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 103 | 0 | 0.17 | 0.56 | 0.07 | 41.95 | 0.78 | 0.66 |
| Hex | EC | C4 | 67 | 0 | 11 | 38 | 7 | 2A | 4E | 42 |
| Octal | 354 | 304 | 147 | 0 | 21 | 70 | 7 | 52 | 116 | 102 |
| Binary | 11101100 | 11000100 | 1100111 | 0 | 10001 | 111000 | 111 | 101010 | 1001110 | 1000010 |
Color Harmonies of #ECC467
Complementary color
Monochromatic Colors of #ECC467
Black with #ECC467
Text Example
Text Example
White with #ECC467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC467; }
p { color: rgb(236,196,103); }
H1.HeaderClassName
{
color: #ECC467;
}
.AnyTagClassName
{
color: #ECC467;
}
</style>
background-color css
<style>
a { background-color: #ECC467; }
a { background-color: rgb(236,196,103); }
div.DivClassName
{
background-color: #ECC467;
}
.BgClassName
{
background-color: #ECC467;
}
</style>
border-color css
<style>
span { border-color: #ECC467; }
span { border-color: rgb(236,196,103); }
td.TdClassName
{
border-color: #ECC467;
}
.TagClassName
{
border-color: #ECC467;
}
</style>