Shades of Golden Sand #EECE75
Tints of Golden Sand #EECE75
RGB
CMYK
RGB Variations
Color information
#EECE75 (or 0xEECE75) is known color: Golden Sand. HEX triplet: EE, CE and 75. RGB value is (238,206,117). Sum of RGB (Red+Green+Blue) = 238+206+117=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECE75 is #11318A. Grayscale: #CDCDCD. Windows color (decimal): -1126795 or 7720686. OLE color: 7720686.
HSL color Cylindrical-coordinate representation of color #EECE75: hue angle of 44.13º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EECE75 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 117 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.07 |
| HSL | 44.13º | 0.78% | 0.7% | - |
| HSV(B) | 44.13º | 0.51% | 0.93% | - |
| XYZ | 60.54 | 63.6 | 25.92 | - |
| YUV | 205.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 117 | 0 | 0.13 | 0.51 | 0.07 | 44.13 | 0.78 | 0.7 |
| Hex | EE | CE | 75 | 0 | D | 33 | 7 | 2C | 4E | 46 |
| Octal | 356 | 316 | 165 | 0 | 15 | 63 | 7 | 54 | 116 | 106 |
| Binary | 11101110 | 11001110 | 1110101 | 0 | 1101 | 110011 | 111 | 101100 | 1001110 | 1000110 |
Color Harmonies of #EECE75
Complementary color
Monochromatic Colors of #EECE75
Black with #EECE75
Text Example
Text Example
White with #EECE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE75; }
p { color: rgb(238,206,117); }
H1.HeaderClassName
{
color: #EECE75;
}
.AnyTagClassName
{
color: #EECE75;
}
</style>
background-color css
<style>
a { background-color: #EECE75; }
a { background-color: rgb(238,206,117); }
div.DivClassName
{
background-color: #EECE75;
}
.BgClassName
{
background-color: #EECE75;
}
</style>
border-color css
<style>
span { border-color: #EECE75; }
span { border-color: rgb(238,206,117); }
td.TdClassName
{
border-color: #EECE75;
}
.TagClassName
{
border-color: #EECE75;
}
</style>