Shades of Golden Sand #E3CB66
Tints of Golden Sand #E3CB66
RGB
CMYK
RGB Variations
Color information
#E3CB66 (or 0xE3CB66) is known color: Golden Sand. HEX triplet: E3, CB and 66. RGB value is (227,203,102). Sum of RGB (Red+Green+Blue) = 227+203+102=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CB66 is #1C3499. Grayscale: #C7C7C7. Windows color (decimal): -1848474 or 6736867. OLE color: 6736867.
HSL color Cylindrical-coordinate representation of color #E3CB66: hue angle of 48.48º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E3CB66 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 102 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.11 |
| HSL | 48.48º | 0.69% | 0.65% | - |
| HSV(B) | 48.48º | 0.55% | 0.89% | - |
| XYZ | 55.43 | 60 | 21.23 | - |
| YUV | 198.66 | 73.45 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 102 | 0 | 0.11 | 0.55 | 0.11 | 48.48 | 0.69 | 0.65 |
| Hex | E3 | CB | 66 | 0 | B | 37 | B | 30 | 45 | 41 |
| Octal | 343 | 313 | 146 | 0 | 13 | 67 | 13 | 60 | 105 | 101 |
| Binary | 11100011 | 11001011 | 1100110 | 0 | 1011 | 110111 | 1011 | 110000 | 1000101 | 1000001 |
Color Harmonies of #E3CB66
Complementary color
Monochromatic Colors of #E3CB66
Black with #E3CB66
Text Example
Text Example
White with #E3CB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CB66; }
p { color: rgb(227,203,102); }
H1.HeaderClassName
{
color: #E3CB66;
}
.AnyTagClassName
{
color: #E3CB66;
}
</style>
background-color css
<style>
a { background-color: #E3CB66; }
a { background-color: rgb(227,203,102); }
div.DivClassName
{
background-color: #E3CB66;
}
.BgClassName
{
background-color: #E3CB66;
}
</style>
border-color css
<style>
span { border-color: #E3CB66; }
span { border-color: rgb(227,203,102); }
td.TdClassName
{
border-color: #E3CB66;
}
.TagClassName
{
border-color: #E3CB66;
}
</style>