Shades of Golden Sand #EEC65F
Tints of Golden Sand #EEC65F
RGB
CMYK
RGB Variations
Color information
#EEC65F (or 0xEEC65F) is known color: Golden Sand. HEX triplet: EE, C6 and 5F. RGB value is (238,198,95). Sum of RGB (Red+Green+Blue) = 238+198+95=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 95 (37.5% from 255 or 17.89% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC65F is #1139A0. Grayscale: #C6C6C6. Windows color (decimal): -1128865 or 6276846. OLE color: 6276846.
HSL color Cylindrical-coordinate representation of color #EEC65F: hue angle of 43.22º 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 #EEC65F is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 95 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.07 |
| HSL | 43.22º | 0.81% | 0.65% | - |
| HSV(B) | 43.22º | 0.6% | 0.93% | - |
| XYZ | 57.52 | 59.39 | 19.26 | - |
| YUV | 198.22 | 69.75 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 95 | 0 | 0.17 | 0.60 | 0.07 | 43.22 | 0.81 | 0.65 |
| Hex | EE | C6 | 5F | 0 | 11 | 3C | 7 | 2B | 51 | 41 |
| Octal | 356 | 306 | 137 | 0 | 21 | 74 | 7 | 53 | 121 | 101 |
| Binary | 11101110 | 11000110 | 1011111 | 0 | 10001 | 111100 | 111 | 101011 | 1010001 | 1000001 |
Color Harmonies of #EEC65F
Complementary color
Monochromatic Colors of #EEC65F
Black with #EEC65F
Text Example
Text Example
White with #EEC65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC65F; }
p { color: rgb(238,198,95); }
H1.HeaderClassName
{
color: #EEC65F;
}
.AnyTagClassName
{
color: #EEC65F;
}
</style>
background-color css
<style>
a { background-color: #EEC65F; }
a { background-color: rgb(238,198,95); }
div.DivClassName
{
background-color: #EEC65F;
}
.BgClassName
{
background-color: #EEC65F;
}
</style>
border-color css
<style>
span { border-color: #EEC65F; }
span { border-color: rgb(238,198,95); }
td.TdClassName
{
border-color: #EEC65F;
}
.TagClassName
{
border-color: #EEC65F;
}
</style>