Shades of Golden Sand #E2CA5B
Tints of Golden Sand #E2CA5B
RGB
CMYK
RGB Variations
Color information
#E2CA5B (or 0xE2CA5B) is known color: Golden Sand. HEX triplet: E2, CA and 5B. RGB value is (226,202,91). Sum of RGB (Red+Green+Blue) = 226+202+91=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CA5B is #1D35A4. Grayscale: #C4C4C4. Windows color (decimal): -1914277 or 6015714. OLE color: 6015714.
HSL color Cylindrical-coordinate representation of color #E2CA5B: hue angle of 49.33º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2CA5B is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 91 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.11 |
| HSL | 49.33º | 0.7% | 0.62% | - |
| HSV(B) | 49.33º | 0.6% | 0.89% | - |
| XYZ | 54.37 | 59.17 | 18.45 | - |
| YUV | 196.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 91 | 0 | 0.11 | 0.60 | 0.11 | 49.33 | 0.7 | 0.62 |
| Hex | E2 | CA | 5B | 0 | B | 3C | B | 31 | 46 | 3E |
| Octal | 342 | 312 | 133 | 0 | 13 | 74 | 13 | 61 | 106 | 76 |
| Binary | 11100010 | 11001010 | 1011011 | 0 | 1011 | 111100 | 1011 | 110001 | 1000110 | 111110 |
Color Harmonies of #E2CA5B
Complementary color
Monochromatic Colors of #E2CA5B
Black with #E2CA5B
Text Example
Text Example
White with #E2CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA5B; }
p { color: rgb(226,202,91); }
H1.HeaderClassName
{
color: #E2CA5B;
}
.AnyTagClassName
{
color: #E2CA5B;
}
</style>
background-color css
<style>
a { background-color: #E2CA5B; }
a { background-color: rgb(226,202,91); }
div.DivClassName
{
background-color: #E2CA5B;
}
.BgClassName
{
background-color: #E2CA5B;
}
</style>
border-color css
<style>
span { border-color: #E2CA5B; }
span { border-color: rgb(226,202,91); }
td.TdClassName
{
border-color: #E2CA5B;
}
.TagClassName
{
border-color: #E2CA5B;
}
</style>