Shades of Golden Sand #EEC95E
Tints of Golden Sand #EEC95E
RGB
CMYK
RGB Variations
Color information
#EEC95E (or 0xEEC95E) is known color: Golden Sand. HEX triplet: EE, C9 and 5E. RGB value is (238,201,94). Sum of RGB (Red+Green+Blue) = 238+201+94=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC95E is #1136A1. Grayscale: #C8C8C8. Windows color (decimal): -1128098 or 6212078. OLE color: 6212078.
HSL color Cylindrical-coordinate representation of color #EEC95E: hue angle of 44.58º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEC95E is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 94 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.07 |
| HSL | 44.58º | 0.81% | 0.65% | - |
| HSV(B) | 44.58º | 0.61% | 0.93% | - |
| XYZ | 58.17 | 60.76 | 19.25 | - |
| YUV | 199.87 | 68.26 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 94 | 0 | 0.16 | 0.61 | 0.07 | 44.58 | 0.81 | 0.65 |
| Hex | EE | C9 | 5E | 0 | 10 | 3D | 7 | 2D | 51 | 41 |
| Octal | 356 | 311 | 136 | 0 | 20 | 75 | 7 | 55 | 121 | 101 |
| Binary | 11101110 | 11001001 | 1011110 | 0 | 10000 | 111101 | 111 | 101101 | 1010001 | 1000001 |
Color Harmonies of #EEC95E
Complementary color
Monochromatic Colors of #EEC95E
Black with #EEC95E
Text Example
Text Example
White with #EEC95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC95E; }
p { color: rgb(238,201,94); }
H1.HeaderClassName
{
color: #EEC95E;
}
.AnyTagClassName
{
color: #EEC95E;
}
</style>
background-color css
<style>
a { background-color: #EEC95E; }
a { background-color: rgb(238,201,94); }
div.DivClassName
{
background-color: #EEC95E;
}
.BgClassName
{
background-color: #EEC95E;
}
</style>
border-color css
<style>
span { border-color: #EEC95E; }
span { border-color: rgb(238,201,94); }
td.TdClassName
{
border-color: #EEC95E;
}
.TagClassName
{
border-color: #EEC95E;
}
</style>