Shades of Golden Sand #ECCC5F
Tints of Golden Sand #ECCC5F
RGB
CMYK
RGB Variations
Color information
#ECCC5F (or 0xECCC5F) is known color: Golden Sand. HEX triplet: EC, CC and 5F. RGB value is (236,204,95). Sum of RGB (Red+Green+Blue) = 236+204+95=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 95 (37.5% from 255 or 17.76% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC5F is #1333A0. Grayscale: #C9C9C9. Windows color (decimal): -1258401 or 6278380. OLE color: 6278380.
HSL color Cylindrical-coordinate representation of color #ECCC5F: hue angle of 46.38º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECCC5F is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 95 | - |
CMYK | 0 | 0.14 | 0.60 | 0.07 |
HSL | 46.38º | 0.79% | 0.65% | - |
HSV(B) | 46.38º | 0.6% | 0.93% | - |
XYZ | 58.25 | 61.84 | 19.69 | - |
YUV | 201.14 | 68.1 | 152.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 95 | 0 | 0.14 | 0.60 | 0.07 | 46.38 | 0.79 | 0.65 |
Hex | EC | CC | 5F | 0 | E | 3C | 7 | 2E | 4F | 41 |
Octal | 354 | 314 | 137 | 0 | 16 | 74 | 7 | 56 | 117 | 101 |
Binary | 11101100 | 11001100 | 1011111 | 0 | 1110 | 111100 | 111 | 101110 | 1001111 | 1000001 |
Color Harmonies of #ECCC5F
Complementary color
Monochromatic Colors of #ECCC5F
Black with #ECCC5F
Text Example
Text Example
White with #ECCC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC5F; }
p { color: rgb(236,204,95); }
H1.HeaderClassName
{
color: #ECCC5F;
}
.AnyTagClassName
{
color: #ECCC5F;
}
</style>
background-color css
<style>
a { background-color: #ECCC5F; }
a { background-color: rgb(236,204,95); }
div.DivClassName
{
background-color: #ECCC5F;
}
.BgClassName
{
background-color: #ECCC5F;
}
</style>
border-color css
<style>
span { border-color: #ECCC5F; }
span { border-color: rgb(236,204,95); }
td.TdClassName
{
border-color: #ECCC5F;
}
.TagClassName
{
border-color: #ECCC5F;
}
</style>