Shades of Golden Sand #E4CB65
Tints of Golden Sand #E4CB65
RGB
CMYK
RGB Variations
Color information
#E4CB65 (or 0xE4CB65) is known color: Golden Sand. HEX triplet: E4, CB and 65. RGB value is (228,203,101). Sum of RGB (Red+Green+Blue) = 228+203+101=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4CB65 is #1B349A. Grayscale: #C7C7C7. Windows color (decimal): -1782939 or 6671332. OLE color: 6671332.
HSL color Cylindrical-coordinate representation of color #E4CB65: hue angle of 48.19º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E4CB65 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 203 | 101 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.11 |
| HSL | 48.19º | 0.7% | 0.65% | - |
| HSV(B) | 48.19º | 0.56% | 0.89% | - |
| XYZ | 55.7 | 60.15 | 20.99 | - |
| YUV | 198.85 | 72.78 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 203 | 101 | 0 | 0.11 | 0.56 | 0.11 | 48.19 | 0.7 | 0.65 |
| Hex | E4 | CB | 65 | 0 | B | 38 | B | 30 | 46 | 41 |
| Octal | 344 | 313 | 145 | 0 | 13 | 70 | 13 | 60 | 106 | 101 |
| Binary | 11100100 | 11001011 | 1100101 | 0 | 1011 | 111000 | 1011 | 110000 | 1000110 | 1000001 |
Color Harmonies of #E4CB65
Complementary color
Monochromatic Colors of #E4CB65
Black with #E4CB65
Text Example
Text Example
White with #E4CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CB65; }
p { color: rgb(228,203,101); }
H1.HeaderClassName
{
color: #E4CB65;
}
.AnyTagClassName
{
color: #E4CB65;
}
</style>
background-color css
<style>
a { background-color: #E4CB65; }
a { background-color: rgb(228,203,101); }
div.DivClassName
{
background-color: #E4CB65;
}
.BgClassName
{
background-color: #E4CB65;
}
</style>
border-color css
<style>
span { border-color: #E4CB65; }
span { border-color: rgb(228,203,101); }
td.TdClassName
{
border-color: #E4CB65;
}
.TagClassName
{
border-color: #E4CB65;
}
</style>