Shades of Golden Sand #EECB5F
Tints of Golden Sand #EECB5F
RGB
CMYK
RGB Variations
Color information
#EECB5F (or 0xEECB5F) is known color: Golden Sand. HEX triplet: EE, CB and 5F. RGB value is (238,203,95). Sum of RGB (Red+Green+Blue) = 238+203+95=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 95 (37.5% from 255 or 17.72% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB5F is #1134A0. Grayscale: #C9C9C9. Windows color (decimal): -1127585 or 6278126. OLE color: 6278126.
HSL color Cylindrical-coordinate representation of color #EECB5F: hue angle of 45.31º 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 #EECB5F is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 95 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.07 |
| HSL | 45.31º | 0.81% | 0.65% | - |
| HSV(B) | 45.31º | 0.6% | 0.93% | - |
| XYZ | 58.68 | 61.72 | 19.65 | - |
| YUV | 201.15 | 68.1 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 95 | 0 | 0.15 | 0.60 | 0.07 | 45.31 | 0.81 | 0.65 |
| Hex | EE | CB | 5F | 0 | F | 3C | 7 | 2D | 51 | 41 |
| Octal | 356 | 313 | 137 | 0 | 17 | 74 | 7 | 55 | 121 | 101 |
| Binary | 11101110 | 11001011 | 1011111 | 0 | 1111 | 111100 | 111 | 101101 | 1010001 | 1000001 |
Color Harmonies of #EECB5F
Complementary color
Monochromatic Colors of #EECB5F
Black with #EECB5F
Text Example
Text Example
White with #EECB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB5F; }
p { color: rgb(238,203,95); }
H1.HeaderClassName
{
color: #EECB5F;
}
.AnyTagClassName
{
color: #EECB5F;
}
</style>
background-color css
<style>
a { background-color: #EECB5F; }
a { background-color: rgb(238,203,95); }
div.DivClassName
{
background-color: #EECB5F;
}
.BgClassName
{
background-color: #EECB5F;
}
</style>
border-color css
<style>
span { border-color: #EECB5F; }
span { border-color: rgb(238,203,95); }
td.TdClassName
{
border-color: #EECB5F;
}
.TagClassName
{
border-color: #EECB5F;
}
</style>