Shades of Golden Sand #E2CA5C
Tints of Golden Sand #E2CA5C
RGB
CMYK
RGB Variations
Color information
#E2CA5C (or 0xE2CA5C) is known color: Golden Sand. HEX triplet: E2, CA and 5C. RGB value is (226,202,92). Sum of RGB (Red+Green+Blue) = 226+202+92=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CA5C is #1D35A3. Grayscale: #C5C5C5. Windows color (decimal): -1914276 or 6081250. OLE color: 6081250.
HSL color Cylindrical-coordinate representation of color #E2CA5C: hue angle of 49.25º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2CA5C is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 92 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.11 |
| HSL | 49.25º | 0.7% | 0.62% | - |
| HSV(B) | 49.25º | 0.59% | 0.89% | - |
| XYZ | 54.42 | 59.18 | 18.68 | - |
| YUV | 196.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 92 | 0 | 0.11 | 0.59 | 0.11 | 49.25 | 0.7 | 0.62 |
| Hex | E2 | CA | 5C | 0 | B | 3B | B | 31 | 46 | 3E |
| Octal | 342 | 312 | 134 | 0 | 13 | 73 | 13 | 61 | 106 | 76 |
| Binary | 11100010 | 11001010 | 1011100 | 0 | 1011 | 111011 | 1011 | 110001 | 1000110 | 111110 |
Color Harmonies of #E2CA5C
Complementary color
Monochromatic Colors of #E2CA5C
Black with #E2CA5C
Text Example
Text Example
White with #E2CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA5C; }
p { color: rgb(226,202,92); }
H1.HeaderClassName
{
color: #E2CA5C;
}
.AnyTagClassName
{
color: #E2CA5C;
}
</style>
background-color css
<style>
a { background-color: #E2CA5C; }
a { background-color: rgb(226,202,92); }
div.DivClassName
{
background-color: #E2CA5C;
}
.BgClassName
{
background-color: #E2CA5C;
}
</style>
border-color css
<style>
span { border-color: #E2CA5C; }
span { border-color: rgb(226,202,92); }
td.TdClassName
{
border-color: #E2CA5C;
}
.TagClassName
{
border-color: #E2CA5C;
}
</style>