Shades of Golden Sand #EEC967
Tints of Golden Sand #EEC967
RGB
CMYK
RGB Variations
Color information
#EEC967 (or 0xEEC967) is known color: Golden Sand. HEX triplet: EE, C9 and 67. RGB value is (238,201,103). Sum of RGB (Red+Green+Blue) = 238+201+103=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 103 (40.62% from 255 or 19.00% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC967 is #113698. Grayscale: #C9C9C9. Windows color (decimal): -1128089 or 6801902. OLE color: 6801902.
HSL color Cylindrical-coordinate representation of color #EEC967: hue angle of 43.56º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EEC967 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 103 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.07 |
| HSL | 43.56º | 0.8% | 0.67% | - |
| HSV(B) | 43.56º | 0.57% | 0.93% | - |
| XYZ | 58.59 | 60.93 | 21.5 | - |
| YUV | 200.89 | 72.76 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 103 | 0 | 0.16 | 0.57 | 0.07 | 43.56 | 0.8 | 0.67 |
| Hex | EE | C9 | 67 | 0 | 10 | 39 | 7 | 2C | 50 | 43 |
| Octal | 356 | 311 | 147 | 0 | 20 | 71 | 7 | 54 | 120 | 103 |
| Binary | 11101110 | 11001001 | 1100111 | 0 | 10000 | 111001 | 111 | 101100 | 1010000 | 1000011 |
Color Harmonies of #EEC967
Complementary color
Monochromatic Colors of #EEC967
Black with #EEC967
Text Example
Text Example
White with #EEC967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC967; }
p { color: rgb(238,201,103); }
H1.HeaderClassName
{
color: #EEC967;
}
.AnyTagClassName
{
color: #EEC967;
}
</style>
background-color css
<style>
a { background-color: #EEC967; }
a { background-color: rgb(238,201,103); }
div.DivClassName
{
background-color: #EEC967;
}
.BgClassName
{
background-color: #EEC967;
}
</style>
border-color css
<style>
span { border-color: #EEC967; }
span { border-color: rgb(238,201,103); }
td.TdClassName
{
border-color: #EEC967;
}
.TagClassName
{
border-color: #EEC967;
}
</style>