Shades of Golden Sand #EECA60
Tints of Golden Sand #EECA60
RGB
CMYK
RGB Variations
Color information
#EECA60 (or 0xEECA60) is known color: Golden Sand. HEX triplet: EE, CA and 60. RGB value is (238,202,96). Sum of RGB (Red+Green+Blue) = 238+202+96=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA60 is #11359F. Grayscale: #C9C9C9. Windows color (decimal): -1127840 or 6343406. OLE color: 6343406.
HSL color Cylindrical-coordinate representation of color #EECA60: hue angle of 44.79º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EECA60 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 96 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.07 |
| HSL | 44.79º | 0.81% | 0.65% | - |
| HSV(B) | 44.79º | 0.6% | 0.93% | - |
| XYZ | 58.49 | 61.26 | 19.81 | - |
| YUV | 200.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 96 | 0 | 0.15 | 0.60 | 0.07 | 44.79 | 0.81 | 0.65 |
| Hex | EE | CA | 60 | 0 | F | 3C | 7 | 2D | 51 | 41 |
| Octal | 356 | 312 | 140 | 0 | 17 | 74 | 7 | 55 | 121 | 101 |
| Binary | 11101110 | 11001010 | 1100000 | 0 | 1111 | 111100 | 111 | 101101 | 1010001 | 1000001 |
Color Harmonies of #EECA60
Complementary color
Monochromatic Colors of #EECA60
Black with #EECA60
Text Example
Text Example
White with #EECA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA60; }
p { color: rgb(238,202,96); }
H1.HeaderClassName
{
color: #EECA60;
}
.AnyTagClassName
{
color: #EECA60;
}
</style>
background-color css
<style>
a { background-color: #EECA60; }
a { background-color: rgb(238,202,96); }
div.DivClassName
{
background-color: #EECA60;
}
.BgClassName
{
background-color: #EECA60;
}
</style>
border-color css
<style>
span { border-color: #EECA60; }
span { border-color: rgb(238,202,96); }
td.TdClassName
{
border-color: #EECA60;
}
.TagClassName
{
border-color: #EECA60;
}
</style>