Shades of Golden Sand #EECB73
Tints of Golden Sand #EECB73
RGB
CMYK
RGB Variations
Color information
#EECB73 (or 0xEECB73) is known color: Golden Sand. HEX triplet: EE, CB and 73. RGB value is (238,203,115). Sum of RGB (Red+Green+Blue) = 238+203+115=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 115 (45.31% from 255 or 20.68% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB73 is #11348C. Grayscale: #CBCBCB. Windows color (decimal): -1127565 or 7588846. OLE color: 7588846.
HSL color Cylindrical-coordinate representation of color #EECB73: hue angle of 42.93º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EECB73 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 115 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.07 |
| HSL | 42.93º | 0.78% | 0.69% | - |
| HSV(B) | 42.93º | 0.52% | 0.93% | - |
| XYZ | 59.71 | 62.13 | 25.06 | - |
| YUV | 203.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 115 | 0 | 0.15 | 0.52 | 0.07 | 42.93 | 0.78 | 0.69 |
| Hex | EE | CB | 73 | 0 | F | 34 | 7 | 2B | 4E | 45 |
| Octal | 356 | 313 | 163 | 0 | 17 | 64 | 7 | 53 | 116 | 105 |
| Binary | 11101110 | 11001011 | 1110011 | 0 | 1111 | 110100 | 111 | 101011 | 1001110 | 1000101 |
Color Harmonies of #EECB73
Complementary color
Monochromatic Colors of #EECB73
Black with #EECB73
Text Example
Text Example
White with #EECB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB73; }
p { color: rgb(238,203,115); }
H1.HeaderClassName
{
color: #EECB73;
}
.AnyTagClassName
{
color: #EECB73;
}
</style>
background-color css
<style>
a { background-color: #EECB73; }
a { background-color: rgb(238,203,115); }
div.DivClassName
{
background-color: #EECB73;
}
.BgClassName
{
background-color: #EECB73;
}
</style>
border-color css
<style>
span { border-color: #EECB73; }
span { border-color: rgb(238,203,115); }
td.TdClassName
{
border-color: #EECB73;
}
.TagClassName
{
border-color: #EECB73;
}
</style>