Shades of Golden Sand #EEC568
Tints of Golden Sand #EEC568
RGB
CMYK
RGB Variations
Color information
#EEC568 (or 0xEEC568) is known color: Golden Sand. HEX triplet: EE, C5 and 68. RGB value is (238,197,104). Sum of RGB (Red+Green+Blue) = 238+197+104=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC568 is #113A97. Grayscale: #C7C7C7. Windows color (decimal): -1129112 or 6866414. OLE color: 6866414.
HSL color Cylindrical-coordinate representation of color #EEC568: hue angle of 41.64º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EEC568 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 104 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.07 |
| HSL | 41.64º | 0.8% | 0.67% | - |
| HSV(B) | 41.64º | 0.56% | 0.93% | - |
| XYZ | 57.72 | 59.11 | 21.46 | - |
| YUV | 198.66 | 74.58 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 104 | 0 | 0.17 | 0.56 | 0.07 | 41.64 | 0.8 | 0.67 |
| Hex | EE | C5 | 68 | 0 | 11 | 38 | 7 | 2A | 50 | 43 |
| Octal | 356 | 305 | 150 | 0 | 21 | 70 | 7 | 52 | 120 | 103 |
| Binary | 11101110 | 11000101 | 1101000 | 0 | 10001 | 111000 | 111 | 101010 | 1010000 | 1000011 |
Color Harmonies of #EEC568
Complementary color
Monochromatic Colors of #EEC568
Black with #EEC568
Text Example
Text Example
White with #EEC568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC568; }
p { color: rgb(238,197,104); }
H1.HeaderClassName
{
color: #EEC568;
}
.AnyTagClassName
{
color: #EEC568;
}
</style>
background-color css
<style>
a { background-color: #EEC568; }
a { background-color: rgb(238,197,104); }
div.DivClassName
{
background-color: #EEC568;
}
.BgClassName
{
background-color: #EEC568;
}
</style>
border-color css
<style>
span { border-color: #EEC568; }
span { border-color: rgb(238,197,104); }
td.TdClassName
{
border-color: #EEC568;
}
.TagClassName
{
border-color: #EEC568;
}
</style>