Shades of Golden Sand #EEC767
Tints of Golden Sand #EEC767
RGB
CMYK
RGB Variations
Color information
#EEC767 (or 0xEEC767) is known color: Golden Sand. HEX triplet: EE, C7 and 67. RGB value is (238,199,103). Sum of RGB (Red+Green+Blue) = 238+199+103=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 103 (40.62% from 255 or 19.07% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC767 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC767 is #113898. Grayscale: #C8C8C8. Windows color (decimal): -1128601 or 6801390. OLE color: 6801390.
HSL color Cylindrical-coordinate representation of color #EEC767: hue angle of 42.67º 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 #EEC767 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 103 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.07 |
| HSL | 42.67º | 0.8% | 0.67% | - |
| HSV(B) | 42.67º | 0.57% | 0.93% | - |
| XYZ | 58.13 | 60 | 21.35 | - |
| YUV | 199.72 | 73.42 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 103 | 0 | 0.16 | 0.57 | 0.07 | 42.67 | 0.8 | 0.67 |
| Hex | EE | C7 | 67 | 0 | 10 | 39 | 7 | 2B | 50 | 43 |
| Octal | 356 | 307 | 147 | 0 | 20 | 71 | 7 | 53 | 120 | 103 |
| Binary | 11101110 | 11000111 | 1100111 | 0 | 10000 | 111001 | 111 | 101011 | 1010000 | 1000011 |
Color Harmonies of #EEC767
Complementary color
Monochromatic Colors of #EEC767
Black with #EEC767
Text Example
Text Example
White with #EEC767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC767; }
p { color: rgb(238,199,103); }
H1.HeaderClassName
{
color: #EEC767;
}
.AnyTagClassName
{
color: #EEC767;
}
</style>
background-color css
<style>
a { background-color: #EEC767; }
a { background-color: rgb(238,199,103); }
div.DivClassName
{
background-color: #EEC767;
}
.BgClassName
{
background-color: #EEC767;
}
</style>
border-color css
<style>
span { border-color: #EEC767; }
span { border-color: rgb(238,199,103); }
td.TdClassName
{
border-color: #EEC767;
}
.TagClassName
{
border-color: #EEC767;
}
</style>