Shades of Golden Sand #EECA5F
Tints of Golden Sand #EECA5F
RGB
CMYK
RGB Variations
Color information
#EECA5F (or 0xEECA5F) is known color: Golden Sand. HEX triplet: EE, CA and 5F. RGB value is (238,202,95). Sum of RGB (Red+Green+Blue) = 238+202+95=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 95 (37.5% from 255 or 17.76% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA5F is #1135A0. Grayscale: #C9C9C9. Windows color (decimal): -1127841 or 6277870. OLE color: 6277870.
HSL color Cylindrical-coordinate representation of color #EECA5F: hue angle of 44.9º 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 #EECA5F is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 95 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.07 |
| HSL | 44.9º | 0.81% | 0.65% | - |
| HSV(B) | 44.9º | 0.6% | 0.93% | - |
| XYZ | 58.45 | 61.24 | 19.57 | - |
| YUV | 200.57 | 68.43 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 95 | 0 | 0.15 | 0.60 | 0.07 | 44.9 | 0.81 | 0.65 |
| Hex | EE | CA | 5F | 0 | F | 3C | 7 | 2D | 51 | 41 |
| Octal | 356 | 312 | 137 | 0 | 17 | 74 | 7 | 55 | 121 | 101 |
| Binary | 11101110 | 11001010 | 1011111 | 0 | 1111 | 111100 | 111 | 101101 | 1010001 | 1000001 |
Color Harmonies of #EECA5F
Complementary color
Monochromatic Colors of #EECA5F
Black with #EECA5F
Text Example
Text Example
White with #EECA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA5F; }
p { color: rgb(238,202,95); }
H1.HeaderClassName
{
color: #EECA5F;
}
.AnyTagClassName
{
color: #EECA5F;
}
</style>
background-color css
<style>
a { background-color: #EECA5F; }
a { background-color: rgb(238,202,95); }
div.DivClassName
{
background-color: #EECA5F;
}
.BgClassName
{
background-color: #EECA5F;
}
</style>
border-color css
<style>
span { border-color: #EECA5F; }
span { border-color: rgb(238,202,95); }
td.TdClassName
{
border-color: #EECA5F;
}
.TagClassName
{
border-color: #EECA5F;
}
</style>