Shades of Golden Sand #EECD73
Tints of Golden Sand #EECD73
RGB
CMYK
RGB Variations
Color information
#EECD73 (or 0xEECD73) is known color: Golden Sand. HEX triplet: EE, CD and 73. RGB value is (238,205,115). Sum of RGB (Red+Green+Blue) = 238+205+115=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD73 is #11328C. Grayscale: #CCCCCC. Windows color (decimal): -1127053 or 7589358. OLE color: 7589358.
HSL color Cylindrical-coordinate representation of color #EECD73: hue angle of 43.9º 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 #EECD73 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 115 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.07 |
| HSL | 43.9º | 0.78% | 0.69% | - |
| HSV(B) | 43.9º | 0.52% | 0.93% | - |
| XYZ | 60.19 | 63.08 | 25.22 | - |
| YUV | 204.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 115 | 0 | 0.14 | 0.52 | 0.07 | 43.9 | 0.78 | 0.69 |
| Hex | EE | CD | 73 | 0 | E | 34 | 7 | 2C | 4E | 45 |
| Octal | 356 | 315 | 163 | 0 | 16 | 64 | 7 | 54 | 116 | 105 |
| Binary | 11101110 | 11001101 | 1110011 | 0 | 1110 | 110100 | 111 | 101100 | 1001110 | 1000101 |
Color Harmonies of #EECD73
Complementary color
Monochromatic Colors of #EECD73
Black with #EECD73
Text Example
Text Example
White with #EECD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECD73; }
p { color: rgb(238,205,115); }
H1.HeaderClassName
{
color: #EECD73;
}
.AnyTagClassName
{
color: #EECD73;
}
</style>
background-color css
<style>
a { background-color: #EECD73; }
a { background-color: rgb(238,205,115); }
div.DivClassName
{
background-color: #EECD73;
}
.BgClassName
{
background-color: #EECD73;
}
</style>
border-color css
<style>
span { border-color: #EECD73; }
span { border-color: rgb(238,205,115); }
td.TdClassName
{
border-color: #EECD73;
}
.TagClassName
{
border-color: #EECD73;
}
</style>