Shades of Golden Sand #EECB71
Tints of Golden Sand #EECB71
RGB
CMYK
RGB Variations
Color information
#EECB71 (or 0xEECB71) is known color: Golden Sand. HEX triplet: EE, CB and 71. RGB value is (238,203,113). Sum of RGB (Red+Green+Blue) = 238+203+113=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 113 (44.53% from 255 or 20.40% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB71 is #11348E. Grayscale: #CBCBCB. Windows color (decimal): -1127567 or 7457774. OLE color: 7457774.
HSL color Cylindrical-coordinate representation of color #EECB71: hue angle of 43.2º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EECB71 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 113 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.07 |
| HSL | 43.2º | 0.79% | 0.69% | - |
| HSV(B) | 43.2º | 0.53% | 0.93% | - |
| XYZ | 59.6 | 62.08 | 24.46 | - |
| YUV | 203.21 | 77.1 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 113 | 0 | 0.15 | 0.53 | 0.07 | 43.2 | 0.79 | 0.69 |
| Hex | EE | CB | 71 | 0 | F | 35 | 7 | 2B | 4F | 45 |
| Octal | 356 | 313 | 161 | 0 | 17 | 65 | 7 | 53 | 117 | 105 |
| Binary | 11101110 | 11001011 | 1110001 | 0 | 1111 | 110101 | 111 | 101011 | 1001111 | 1000101 |
Color Harmonies of #EECB71
Complementary color
Monochromatic Colors of #EECB71
Black with #EECB71
Text Example
Text Example
White with #EECB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB71; }
p { color: rgb(238,203,113); }
H1.HeaderClassName
{
color: #EECB71;
}
.AnyTagClassName
{
color: #EECB71;
}
</style>
background-color css
<style>
a { background-color: #EECB71; }
a { background-color: rgb(238,203,113); }
div.DivClassName
{
background-color: #EECB71;
}
.BgClassName
{
background-color: #EECB71;
}
</style>
border-color css
<style>
span { border-color: #EECB71; }
span { border-color: rgb(238,203,113); }
td.TdClassName
{
border-color: #EECB71;
}
.TagClassName
{
border-color: #EECB71;
}
</style>