Shades of Golden Sand #E2C75B
Tints of Golden Sand #E2C75B
RGB
CMYK
RGB Variations
Color information
#E2C75B (or 0xE2C75B) is known color: Golden Sand. HEX triplet: E2, C7 and 5B. RGB value is (226,199,91). Sum of RGB (Red+Green+Blue) = 226+199+91=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C75B is #1D38A4. Grayscale: #C3C3C3. Windows color (decimal): -1915045 or 6014946. OLE color: 6014946.
HSL color Cylindrical-coordinate representation of color #E2C75B: hue angle of 48º 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 #E2C75B is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 199 | 91 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.11 |
| HSL | 48º | 0.7% | 0.62% | - |
| HSV(B) | 48º | 0.6% | 0.89% | - |
| XYZ | 53.68 | 57.77 | 18.22 | - |
| YUV | 194.76 | 69.45 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 199 | 91 | 0 | 0.12 | 0.60 | 0.11 | 48 | 0.7 | 0.62 |
| Hex | E2 | C7 | 5B | 0 | C | 3C | B | 30 | 46 | 3E |
| Octal | 342 | 307 | 133 | 0 | 14 | 74 | 13 | 60 | 106 | 76 |
| Binary | 11100010 | 11000111 | 1011011 | 0 | 1100 | 111100 | 1011 | 110000 | 1000110 | 111110 |
Color Harmonies of #E2C75B
Complementary color
Monochromatic Colors of #E2C75B
Black with #E2C75B
Text Example
Text Example
White with #E2C75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C75B; }
p { color: rgb(226,199,91); }
H1.HeaderClassName
{
color: #E2C75B;
}
.AnyTagClassName
{
color: #E2C75B;
}
</style>
background-color css
<style>
a { background-color: #E2C75B; }
a { background-color: rgb(226,199,91); }
div.DivClassName
{
background-color: #E2C75B;
}
.BgClassName
{
background-color: #E2C75B;
}
</style>
border-color css
<style>
span { border-color: #E2C75B; }
span { border-color: rgb(226,199,91); }
td.TdClassName
{
border-color: #E2C75B;
}
.TagClassName
{
border-color: #E2C75B;
}
</style>