Shades of Golden Sand #EEC95F
Tints of Golden Sand #EEC95F
RGB
CMYK
RGB Variations
Color information
#EEC95F (or 0xEEC95F) is known color: Golden Sand. HEX triplet: EE, C9 and 5F. RGB value is (238,201,95). Sum of RGB (Red+Green+Blue) = 238+201+95=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 95 (37.5% from 255 or 17.79% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC95F is #1136A0. Grayscale: #C8C8C8. Windows color (decimal): -1128097 or 6277614. OLE color: 6277614.
HSL color Cylindrical-coordinate representation of color #EEC95F: hue angle of 44.48º 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 #EEC95F is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 95 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.07 |
| HSL | 44.48º | 0.81% | 0.65% | - |
| HSV(B) | 44.48º | 0.6% | 0.93% | - |
| XYZ | 58.21 | 60.78 | 19.49 | - |
| YUV | 199.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 95 | 0 | 0.16 | 0.60 | 0.07 | 44.48 | 0.81 | 0.65 |
| Hex | EE | C9 | 5F | 0 | 10 | 3C | 7 | 2C | 51 | 41 |
| Octal | 356 | 311 | 137 | 0 | 20 | 74 | 7 | 54 | 121 | 101 |
| Binary | 11101110 | 11001001 | 1011111 | 0 | 10000 | 111100 | 111 | 101100 | 1010001 | 1000001 |
Color Harmonies of #EEC95F
Complementary color
Monochromatic Colors of #EEC95F
Black with #EEC95F
Text Example
Text Example
White with #EEC95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC95F; }
p { color: rgb(238,201,95); }
H1.HeaderClassName
{
color: #EEC95F;
}
.AnyTagClassName
{
color: #EEC95F;
}
</style>
background-color css
<style>
a { background-color: #EEC95F; }
a { background-color: rgb(238,201,95); }
div.DivClassName
{
background-color: #EEC95F;
}
.BgClassName
{
background-color: #EEC95F;
}
</style>
border-color css
<style>
span { border-color: #EEC95F; }
span { border-color: rgb(238,201,95); }
td.TdClassName
{
border-color: #EEC95F;
}
.TagClassName
{
border-color: #EEC95F;
}
</style>