Shades of Golden Sand #EECB74
Tints of Golden Sand #EECB74
RGB
CMYK
RGB Variations
Color information
#EECB74 (or 0xEECB74) is known color: Golden Sand. HEX triplet: EE, CB and 74. RGB value is (238,203,116). Sum of RGB (Red+Green+Blue) = 238+203+116=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB74 is #11348B. Grayscale: #CBCBCB. Windows color (decimal): -1127564 or 7654382. OLE color: 7654382.
HSL color Cylindrical-coordinate representation of color #EECB74: hue angle of 42.79º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EECB74 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 116 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.07 |
| HSL | 42.79º | 0.78% | 0.69% | - |
| HSV(B) | 42.79º | 0.51% | 0.93% | - |
| XYZ | 59.77 | 62.15 | 25.37 | - |
| YUV | 203.55 | 78.6 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 116 | 0 | 0.15 | 0.51 | 0.07 | 42.79 | 0.78 | 0.69 |
| Hex | EE | CB | 74 | 0 | F | 33 | 7 | 2B | 4E | 45 |
| Octal | 356 | 313 | 164 | 0 | 17 | 63 | 7 | 53 | 116 | 105 |
| Binary | 11101110 | 11001011 | 1110100 | 0 | 1111 | 110011 | 111 | 101011 | 1001110 | 1000101 |
Color Harmonies of #EECB74
Complementary color
Monochromatic Colors of #EECB74
Black with #EECB74
Text Example
Text Example
White with #EECB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB74; }
p { color: rgb(238,203,116); }
H1.HeaderClassName
{
color: #EECB74;
}
.AnyTagClassName
{
color: #EECB74;
}
</style>
background-color css
<style>
a { background-color: #EECB74; }
a { background-color: rgb(238,203,116); }
div.DivClassName
{
background-color: #EECB74;
}
.BgClassName
{
background-color: #EECB74;
}
</style>
border-color css
<style>
span { border-color: #EECB74; }
span { border-color: rgb(238,203,116); }
td.TdClassName
{
border-color: #EECB74;
}
.TagClassName
{
border-color: #EECB74;
}
</style>