Shades of Golden Sand #E7CA67
Tints of Golden Sand #E7CA67
RGB
CMYK
RGB Variations
Color information
#E7CA67 (or 0xE7CA67) is known color: Golden Sand. HEX triplet: E7, CA and 67. RGB value is (231,202,103). Sum of RGB (Red+Green+Blue) = 231+202+103=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA67 is #183598. Grayscale: #C7C7C7. Windows color (decimal): -1586585 or 6802151. OLE color: 6802151.
HSL color Cylindrical-coordinate representation of color #E7CA67: hue angle of 46.41º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7CA67 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 103 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.09 |
| HSL | 46.41º | 0.73% | 0.65% | - |
| HSV(B) | 46.41º | 0.55% | 0.91% | - |
| XYZ | 56.52 | 60.21 | 21.47 | - |
| YUV | 199.39 | 73.61 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 103 | 0 | 0.13 | 0.55 | 0.09 | 46.41 | 0.73 | 0.65 |
| Hex | E7 | CA | 67 | 0 | D | 37 | 9 | 2E | 49 | 41 |
| Octal | 347 | 312 | 147 | 0 | 15 | 67 | 11 | 56 | 111 | 101 |
| Binary | 11100111 | 11001010 | 1100111 | 0 | 1101 | 110111 | 1001 | 101110 | 1001001 | 1000001 |
Color Harmonies of #E7CA67
Complementary color
Monochromatic Colors of #E7CA67
Black with #E7CA67
Text Example
Text Example
White with #E7CA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA67; }
p { color: rgb(231,202,103); }
H1.HeaderClassName
{
color: #E7CA67;
}
.AnyTagClassName
{
color: #E7CA67;
}
</style>
background-color css
<style>
a { background-color: #E7CA67; }
a { background-color: rgb(231,202,103); }
div.DivClassName
{
background-color: #E7CA67;
}
.BgClassName
{
background-color: #E7CA67;
}
</style>
border-color css
<style>
span { border-color: #E7CA67; }
span { border-color: rgb(231,202,103); }
td.TdClassName
{
border-color: #E7CA67;
}
.TagClassName
{
border-color: #E7CA67;
}
</style>