Shades of Golden Sand #EECC63
Tints of Golden Sand #EECC63
RGB
CMYK
RGB Variations
Color information
#EECC63 (or 0xEECC63) is known color: Golden Sand. HEX triplet: EE, CC and 63. RGB value is (238,204,99). Sum of RGB (Red+Green+Blue) = 238+204+99=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 99 (39.06% from 255 or 18.30% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECC63 is #11339C. Grayscale: #CACACA. Windows color (decimal): -1127325 or 6540526. OLE color: 6540526.
HSL color Cylindrical-coordinate representation of color #EECC63: hue angle of 45.32º 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 #EECC63 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 99 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.07 |
| HSL | 45.32º | 0.8% | 0.66% | - |
| HSV(B) | 45.32º | 0.58% | 0.93% | - |
| XYZ | 59.1 | 62.26 | 20.71 | - |
| YUV | 202.2 | 69.76 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 99 | 0 | 0.14 | 0.58 | 0.07 | 45.32 | 0.8 | 0.66 |
| Hex | EE | CC | 63 | 0 | E | 3A | 7 | 2D | 50 | 42 |
| Octal | 356 | 314 | 143 | 0 | 16 | 72 | 7 | 55 | 120 | 102 |
| Binary | 11101110 | 11001100 | 1100011 | 0 | 1110 | 111010 | 111 | 101101 | 1010000 | 1000010 |
Color Harmonies of #EECC63
Complementary color
Monochromatic Colors of #EECC63
Black with #EECC63
Text Example
Text Example
White with #EECC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECC63; }
p { color: rgb(238,204,99); }
H1.HeaderClassName
{
color: #EECC63;
}
.AnyTagClassName
{
color: #EECC63;
}
</style>
background-color css
<style>
a { background-color: #EECC63; }
a { background-color: rgb(238,204,99); }
div.DivClassName
{
background-color: #EECC63;
}
.BgClassName
{
background-color: #EECC63;
}
</style>
border-color css
<style>
span { border-color: #EECC63; }
span { border-color: rgb(238,204,99); }
td.TdClassName
{
border-color: #EECC63;
}
.TagClassName
{
border-color: #EECC63;
}
</style>