Shades of Golden Sand #EECD63
Tints of Golden Sand #EECD63
RGB
CMYK
RGB Variations
Color information
#EECD63 (or 0xEECD63) is known color: Golden Sand. HEX triplet: EE, CD and 63. RGB value is (238,205,99). Sum of RGB (Red+Green+Blue) = 238+205+99=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD63 is #11329C. Grayscale: #CBCBCB. Windows color (decimal): -1127069 or 6540782. OLE color: 6540782.
HSL color Cylindrical-coordinate representation of color #EECD63: hue angle of 45.76º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EECD63 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 99 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.07 |
| HSL | 45.76º | 0.8% | 0.66% | - |
| HSV(B) | 45.76º | 0.58% | 0.93% | - |
| XYZ | 59.34 | 62.74 | 20.79 | - |
| YUV | 202.78 | 69.43 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 99 | 0 | 0.14 | 0.58 | 0.07 | 45.76 | 0.8 | 0.66 |
| Hex | EE | CD | 63 | 0 | E | 3A | 7 | 2E | 50 | 42 |
| Octal | 356 | 315 | 143 | 0 | 16 | 72 | 7 | 56 | 120 | 102 |
| Binary | 11101110 | 11001101 | 1100011 | 0 | 1110 | 111010 | 111 | 101110 | 1010000 | 1000010 |
Color Harmonies of #EECD63
Complementary color
Monochromatic Colors of #EECD63
Black with #EECD63
Text Example
Text Example
White with #EECD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECD63; }
p { color: rgb(238,205,99); }
H1.HeaderClassName
{
color: #EECD63;
}
.AnyTagClassName
{
color: #EECD63;
}
</style>
background-color css
<style>
a { background-color: #EECD63; }
a { background-color: rgb(238,205,99); }
div.DivClassName
{
background-color: #EECD63;
}
.BgClassName
{
background-color: #EECD63;
}
</style>
border-color css
<style>
span { border-color: #EECD63; }
span { border-color: rgb(238,205,99); }
td.TdClassName
{
border-color: #EECD63;
}
.TagClassName
{
border-color: #EECD63;
}
</style>