Shades of Golden Sand #E3CB61
Tints of Golden Sand #E3CB61
RGB
CMYK
RGB Variations
Color information
#E3CB61 (or 0xE3CB61) is known color: Golden Sand. HEX triplet: E3, CB and 61. RGB value is (227,203,97). Sum of RGB (Red+Green+Blue) = 227+203+97=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CB61 is #1C349E. Grayscale: #C6C6C6. Windows color (decimal): -1848479 or 6409187. OLE color: 6409187.
HSL color Cylindrical-coordinate representation of color #E3CB61: hue angle of 48.92º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E3CB61 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 97 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.11 |
| HSL | 48.92º | 0.7% | 0.64% | - |
| HSV(B) | 48.92º | 0.57% | 0.89% | - |
| XYZ | 55.19 | 59.91 | 19.96 | - |
| YUV | 198.09 | 70.95 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 97 | 0 | 0.11 | 0.57 | 0.11 | 48.92 | 0.7 | 0.64 |
| Hex | E3 | CB | 61 | 0 | B | 39 | B | 31 | 46 | 40 |
| Octal | 343 | 313 | 141 | 0 | 13 | 71 | 13 | 61 | 106 | 100 |
| Binary | 11100011 | 11001011 | 1100001 | 0 | 1011 | 111001 | 1011 | 110001 | 1000110 | 1000000 |
Color Harmonies of #E3CB61
Complementary color
Monochromatic Colors of #E3CB61
Black with #E3CB61
Text Example
Text Example
White with #E3CB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CB61; }
p { color: rgb(227,203,97); }
H1.HeaderClassName
{
color: #E3CB61;
}
.AnyTagClassName
{
color: #E3CB61;
}
</style>
background-color css
<style>
a { background-color: #E3CB61; }
a { background-color: rgb(227,203,97); }
div.DivClassName
{
background-color: #E3CB61;
}
.BgClassName
{
background-color: #E3CB61;
}
</style>
border-color css
<style>
span { border-color: #E3CB61; }
span { border-color: rgb(227,203,97); }
td.TdClassName
{
border-color: #E3CB61;
}
.TagClassName
{
border-color: #E3CB61;
}
</style>