Shades of Golden Sand #E2CF67
Tints of Golden Sand #E2CF67
RGB
CMYK
RGB Variations
Color information
#E2CF67 (or 0xE2CF67) is known color: Golden Sand. HEX triplet: E2, CF and 67. RGB value is (226,207,103). Sum of RGB (Red+Green+Blue) = 226+207+103=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CF67 is #1D3098. Grayscale: #C9C9C9. Windows color (decimal): -1912985 or 6803426. OLE color: 6803426.
HSL color Cylindrical-coordinate representation of color #E2CF67: hue angle of 50.73º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2CF67 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 103 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.11 |
| HSL | 50.73º | 0.68% | 0.65% | - |
| HSV(B) | 50.73º | 0.54% | 0.89% | - |
| XYZ | 56.13 | 61.77 | 21.8 | - |
| YUV | 200.83 | 72.79 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 103 | 0 | 0.08 | 0.54 | 0.11 | 50.73 | 0.68 | 0.65 |
| Hex | E2 | CF | 67 | 0 | 8 | 36 | B | 33 | 44 | 41 |
| Octal | 342 | 317 | 147 | 0 | 10 | 66 | 13 | 63 | 104 | 101 |
| Binary | 11100010 | 11001111 | 1100111 | 0 | 1000 | 110110 | 1011 | 110011 | 1000100 | 1000001 |
Color Harmonies of #E2CF67
Complementary color
Monochromatic Colors of #E2CF67
Black with #E2CF67
Text Example
Text Example
White with #E2CF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CF67; }
p { color: rgb(226,207,103); }
H1.HeaderClassName
{
color: #E2CF67;
}
.AnyTagClassName
{
color: #E2CF67;
}
</style>
background-color css
<style>
a { background-color: #E2CF67; }
a { background-color: rgb(226,207,103); }
div.DivClassName
{
background-color: #E2CF67;
}
.BgClassName
{
background-color: #E2CF67;
}
</style>
border-color css
<style>
span { border-color: #E2CF67; }
span { border-color: rgb(226,207,103); }
td.TdClassName
{
border-color: #E2CF67;
}
.TagClassName
{
border-color: #E2CF67;
}
</style>