Shades of Golden Sand #EECF70
Tints of Golden Sand #EECF70
RGB
CMYK
RGB Variations
Color information
#EECF70 (or 0xEECF70) is known color: Golden Sand. HEX triplet: EE, CF and 70. RGB value is (238,207,112). Sum of RGB (Red+Green+Blue) = 238+207+112=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF70 is #11308F. Grayscale: #CDCDCD. Windows color (decimal): -1126544 or 7393262. OLE color: 7393262.
HSL color Cylindrical-coordinate representation of color #EECF70: hue angle of 45.24º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EECF70 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 112 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.07 |
| HSL | 45.24º | 0.79% | 0.69% | - |
| HSV(B) | 45.24º | 0.53% | 0.93% | - |
| XYZ | 60.5 | 63.97 | 24.49 | - |
| YUV | 205.44 | 75.27 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 112 | 0 | 0.13 | 0.53 | 0.07 | 45.24 | 0.79 | 0.69 |
| Hex | EE | CF | 70 | 0 | D | 35 | 7 | 2D | 4F | 45 |
| Octal | 356 | 317 | 160 | 0 | 15 | 65 | 7 | 55 | 117 | 105 |
| Binary | 11101110 | 11001111 | 1110000 | 0 | 1101 | 110101 | 111 | 101101 | 1001111 | 1000101 |
Color Harmonies of #EECF70
Complementary color
Monochromatic Colors of #EECF70
Black with #EECF70
Text Example
Text Example
White with #EECF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF70; }
p { color: rgb(238,207,112); }
H1.HeaderClassName
{
color: #EECF70;
}
.AnyTagClassName
{
color: #EECF70;
}
</style>
background-color css
<style>
a { background-color: #EECF70; }
a { background-color: rgb(238,207,112); }
div.DivClassName
{
background-color: #EECF70;
}
.BgClassName
{
background-color: #EECF70;
}
</style>
border-color css
<style>
span { border-color: #EECF70; }
span { border-color: rgb(238,207,112); }
td.TdClassName
{
border-color: #EECF70;
}
.TagClassName
{
border-color: #EECF70;
}
</style>