Shades of Golden Sand #EEC95D
Tints of Golden Sand #EEC95D
RGB
CMYK
RGB Variations
Color information
#EEC95D (or 0xEEC95D) is known color: Golden Sand. HEX triplet: EE, C9 and 5D. RGB value is (238,201,93). Sum of RGB (Red+Green+Blue) = 238+201+93=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC95D is #1136A2. Grayscale: #C8C8C8. Windows color (decimal): -1128099 or 6146542. OLE color: 6146542.
HSL color Cylindrical-coordinate representation of color #EEC95D: hue angle of 44.69º 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 #EEC95D is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 93 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.07 |
| HSL | 44.69º | 0.81% | 0.65% | - |
| HSV(B) | 44.69º | 0.61% | 0.93% | - |
| XYZ | 58.12 | 60.74 | 19.02 | - |
| YUV | 199.75 | 67.76 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 93 | 0 | 0.16 | 0.61 | 0.07 | 44.69 | 0.81 | 0.65 |
| Hex | EE | C9 | 5D | 0 | 10 | 3D | 7 | 2D | 51 | 41 |
| Octal | 356 | 311 | 135 | 0 | 20 | 75 | 7 | 55 | 121 | 101 |
| Binary | 11101110 | 11001001 | 1011101 | 0 | 10000 | 111101 | 111 | 101101 | 1010001 | 1000001 |
Color Harmonies of #EEC95D
Complementary color
Monochromatic Colors of #EEC95D
Black with #EEC95D
Text Example
Text Example
White with #EEC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC95D; }
p { color: rgb(238,201,93); }
H1.HeaderClassName
{
color: #EEC95D;
}
.AnyTagClassName
{
color: #EEC95D;
}
</style>
background-color css
<style>
a { background-color: #EEC95D; }
a { background-color: rgb(238,201,93); }
div.DivClassName
{
background-color: #EEC95D;
}
.BgClassName
{
background-color: #EEC95D;
}
</style>
border-color css
<style>
span { border-color: #EEC95D; }
span { border-color: rgb(238,201,93); }
td.TdClassName
{
border-color: #EEC95D;
}
.TagClassName
{
border-color: #EEC95D;
}
</style>