Shades of Golden Sand #E2CB6D
Tints of Golden Sand #E2CB6D
RGB
CMYK
RGB Variations
Color information
#E2CB6D (or 0xE2CB6D) is known color: Golden Sand. HEX triplet: E2, CB and 6D. RGB value is (226,203,109). Sum of RGB (Red+Green+Blue) = 226+203+109=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CB6D is #1D3492. Grayscale: #C7C7C7. Windows color (decimal): -1914003 or 7195618. OLE color: 7195618.
HSL color Cylindrical-coordinate representation of color #E2CB6D: hue angle of 48.21º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2CB6D is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 109 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.11 |
| HSL | 48.21º | 0.67% | 0.66% | - |
| HSV(B) | 48.21º | 0.52% | 0.89% | - |
| XYZ | 55.48 | 59.98 | 23.12 | - |
| YUV | 199.16 | 77.12 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 109 | 0 | 0.10 | 0.52 | 0.11 | 48.21 | 0.67 | 0.66 |
| Hex | E2 | CB | 6D | 0 | A | 34 | B | 30 | 43 | 42 |
| Octal | 342 | 313 | 155 | 0 | 12 | 64 | 13 | 60 | 103 | 102 |
| Binary | 11100010 | 11001011 | 1101101 | 0 | 1010 | 110100 | 1011 | 110000 | 1000011 | 1000010 |
Color Harmonies of #E2CB6D
Complementary color
Monochromatic Colors of #E2CB6D
Black with #E2CB6D
Text Example
Text Example
White with #E2CB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB6D; }
p { color: rgb(226,203,109); }
H1.HeaderClassName
{
color: #E2CB6D;
}
.AnyTagClassName
{
color: #E2CB6D;
}
</style>
background-color css
<style>
a { background-color: #E2CB6D; }
a { background-color: rgb(226,203,109); }
div.DivClassName
{
background-color: #E2CB6D;
}
.BgClassName
{
background-color: #E2CB6D;
}
</style>
border-color css
<style>
span { border-color: #E2CB6D; }
span { border-color: rgb(226,203,109); }
td.TdClassName
{
border-color: #E2CB6D;
}
.TagClassName
{
border-color: #E2CB6D;
}
</style>