Shades of Golden Sand #EECA6F
Tints of Golden Sand #EECA6F
RGB
CMYK
RGB Variations
Color information
#EECA6F (or 0xEECA6F) is known color: Golden Sand. HEX triplet: EE, CA and 6F. RGB value is (238,202,111). Sum of RGB (Red+Green+Blue) = 238+202+111=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA6F is #113590. Grayscale: #CACACA. Windows color (decimal): -1127825 or 7326446. OLE color: 7326446.
HSL color Cylindrical-coordinate representation of color #EECA6F: hue angle of 42.99º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EECA6F is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 111 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.07 |
| HSL | 42.99º | 0.79% | 0.68% | - |
| HSV(B) | 42.99º | 0.53% | 0.93% | - |
| XYZ | 59.25 | 61.57 | 23.8 | - |
| YUV | 202.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 111 | 0 | 0.15 | 0.53 | 0.07 | 42.99 | 0.79 | 0.68 |
| Hex | EE | CA | 6F | 0 | F | 35 | 7 | 2B | 4F | 44 |
| Octal | 356 | 312 | 157 | 0 | 17 | 65 | 7 | 53 | 117 | 104 |
| Binary | 11101110 | 11001010 | 1101111 | 0 | 1111 | 110101 | 111 | 101011 | 1001111 | 1000100 |
Color Harmonies of #EECA6F
Complementary color
Monochromatic Colors of #EECA6F
Black with #EECA6F
Text Example
Text Example
White with #EECA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA6F; }
p { color: rgb(238,202,111); }
H1.HeaderClassName
{
color: #EECA6F;
}
.AnyTagClassName
{
color: #EECA6F;
}
</style>
background-color css
<style>
a { background-color: #EECA6F; }
a { background-color: rgb(238,202,111); }
div.DivClassName
{
background-color: #EECA6F;
}
.BgClassName
{
background-color: #EECA6F;
}
</style>
border-color css
<style>
span { border-color: #EECA6F; }
span { border-color: rgb(238,202,111); }
td.TdClassName
{
border-color: #EECA6F;
}
.TagClassName
{
border-color: #EECA6F;
}
</style>