Shades of Golden Sand #EECF73
Tints of Golden Sand #EECF73
RGB
CMYK
RGB Variations
Color information
#EECF73 (or 0xEECF73) is known color: Golden Sand. HEX triplet: EE, CF and 73. RGB value is (238,207,115). Sum of RGB (Red+Green+Blue) = 238+207+115=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF73 is #11308C. Grayscale: #CECECE. Windows color (decimal): -1126541 or 7589870. OLE color: 7589870.
HSL color Cylindrical-coordinate representation of color #EECF73: hue angle of 44.88º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EECF73 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 115 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.07 |
| HSL | 44.88º | 0.78% | 0.69% | - |
| HSV(B) | 44.88º | 0.52% | 0.93% | - |
| XYZ | 60.67 | 64.04 | 25.38 | - |
| YUV | 205.78 | 76.77 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 115 | 0 | 0.13 | 0.52 | 0.07 | 44.88 | 0.78 | 0.69 |
| Hex | EE | CF | 73 | 0 | D | 34 | 7 | 2D | 4E | 45 |
| Octal | 356 | 317 | 163 | 0 | 15 | 64 | 7 | 55 | 116 | 105 |
| Binary | 11101110 | 11001111 | 1110011 | 0 | 1101 | 110100 | 111 | 101101 | 1001110 | 1000101 |
Color Harmonies of #EECF73
Complementary color
Monochromatic Colors of #EECF73
Black with #EECF73
Text Example
Text Example
White with #EECF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF73; }
p { color: rgb(238,207,115); }
H1.HeaderClassName
{
color: #EECF73;
}
.AnyTagClassName
{
color: #EECF73;
}
</style>
background-color css
<style>
a { background-color: #EECF73; }
a { background-color: rgb(238,207,115); }
div.DivClassName
{
background-color: #EECF73;
}
.BgClassName
{
background-color: #EECF73;
}
</style>
border-color css
<style>
span { border-color: #EECF73; }
span { border-color: rgb(238,207,115); }
td.TdClassName
{
border-color: #EECF73;
}
.TagClassName
{
border-color: #EECF73;
}
</style>