Shades of Golden Sand #EECA65
Tints of Golden Sand #EECA65
RGB
CMYK
RGB Variations
Color information
#EECA65 (or 0xEECA65) is known color: Golden Sand. HEX triplet: EE, CA and 65. RGB value is (238,202,101). Sum of RGB (Red+Green+Blue) = 238+202+101=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA65 is #11359A. Grayscale: #C9C9C9. Windows color (decimal): -1127835 or 6671086. OLE color: 6671086.
HSL color Cylindrical-coordinate representation of color #EECA65: hue angle of 44.23º 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 #EECA65 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 101 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.07 |
| HSL | 44.23º | 0.8% | 0.66% | - |
| HSV(B) | 44.23º | 0.58% | 0.93% | - |
| XYZ | 58.73 | 61.36 | 21.06 | - |
| YUV | 201.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 101 | 0 | 0.15 | 0.58 | 0.07 | 44.23 | 0.8 | 0.66 |
| Hex | EE | CA | 65 | 0 | F | 3A | 7 | 2C | 50 | 42 |
| Octal | 356 | 312 | 145 | 0 | 17 | 72 | 7 | 54 | 120 | 102 |
| Binary | 11101110 | 11001010 | 1100101 | 0 | 1111 | 111010 | 111 | 101100 | 1010000 | 1000010 |
Color Harmonies of #EECA65
Complementary color
Monochromatic Colors of #EECA65
Black with #EECA65
Text Example
Text Example
White with #EECA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA65; }
p { color: rgb(238,202,101); }
H1.HeaderClassName
{
color: #EECA65;
}
.AnyTagClassName
{
color: #EECA65;
}
</style>
background-color css
<style>
a { background-color: #EECA65; }
a { background-color: rgb(238,202,101); }
div.DivClassName
{
background-color: #EECA65;
}
.BgClassName
{
background-color: #EECA65;
}
</style>
border-color css
<style>
span { border-color: #EECA65; }
span { border-color: rgb(238,202,101); }
td.TdClassName
{
border-color: #EECA65;
}
.TagClassName
{
border-color: #EECA65;
}
</style>