Shades of Golden Sand #EECB68
Tints of Golden Sand #EECB68
RGB
CMYK
RGB Variations
Color information
#EECB68 (or 0xEECB68) is known color: Golden Sand. HEX triplet: EE, CB and 68. RGB value is (238,203,104). Sum of RGB (Red+Green+Blue) = 238+203+104=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB68 is #113497. Grayscale: #CACACA. Windows color (decimal): -1127576 or 6867950. OLE color: 6867950.
HSL color Cylindrical-coordinate representation of color #EECB68: hue angle of 44.33º 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 #EECB68 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 104 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.07 |
| HSL | 44.33º | 0.8% | 0.67% | - |
| HSV(B) | 44.33º | 0.56% | 0.93% | - |
| XYZ | 59.11 | 61.89 | 21.93 | - |
| YUV | 202.18 | 72.6 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 104 | 0 | 0.15 | 0.56 | 0.07 | 44.33 | 0.8 | 0.67 |
| Hex | EE | CB | 68 | 0 | F | 38 | 7 | 2C | 50 | 43 |
| Octal | 356 | 313 | 150 | 0 | 17 | 70 | 7 | 54 | 120 | 103 |
| Binary | 11101110 | 11001011 | 1101000 | 0 | 1111 | 111000 | 111 | 101100 | 1010000 | 1000011 |
Color Harmonies of #EECB68
Complementary color
Monochromatic Colors of #EECB68
Black with #EECB68
Text Example
Text Example
White with #EECB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB68; }
p { color: rgb(238,203,104); }
H1.HeaderClassName
{
color: #EECB68;
}
.AnyTagClassName
{
color: #EECB68;
}
</style>
background-color css
<style>
a { background-color: #EECB68; }
a { background-color: rgb(238,203,104); }
div.DivClassName
{
background-color: #EECB68;
}
.BgClassName
{
background-color: #EECB68;
}
</style>
border-color css
<style>
span { border-color: #EECB68; }
span { border-color: rgb(238,203,104); }
td.TdClassName
{
border-color: #EECB68;
}
.TagClassName
{
border-color: #EECB68;
}
</style>