Shades of Golden Sand #E2CF6B
Tints of Golden Sand #E2CF6B
RGB
CMYK
RGB Variations
Color information
#E2CF6B (or 0xE2CF6B) is known color: Golden Sand. HEX triplet: E2, CF and 6B. RGB value is (226,207,107). Sum of RGB (Red+Green+Blue) = 226+207+107=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CF6B is #1D3094. Grayscale: #C9C9C9. Windows color (decimal): -1912981 or 7065570. OLE color: 7065570.
HSL color Cylindrical-coordinate representation of color #E2CF6B: hue angle of 50.42º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2CF6B is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 107 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.11 |
| HSL | 50.42º | 0.67% | 0.65% | - |
| HSV(B) | 50.42º | 0.53% | 0.89% | - |
| XYZ | 56.33 | 61.86 | 22.88 | - |
| YUV | 201.28 | 74.79 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 107 | 0 | 0.08 | 0.53 | 0.11 | 50.42 | 0.67 | 0.65 |
| Hex | E2 | CF | 6B | 0 | 8 | 35 | B | 32 | 43 | 41 |
| Octal | 342 | 317 | 153 | 0 | 10 | 65 | 13 | 62 | 103 | 101 |
| Binary | 11100010 | 11001111 | 1101011 | 0 | 1000 | 110101 | 1011 | 110010 | 1000011 | 1000001 |
Color Harmonies of #E2CF6B
Complementary color
Monochromatic Colors of #E2CF6B
Black with #E2CF6B
Text Example
Text Example
White with #E2CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CF6B; }
p { color: rgb(226,207,107); }
H1.HeaderClassName
{
color: #E2CF6B;
}
.AnyTagClassName
{
color: #E2CF6B;
}
</style>
background-color css
<style>
a { background-color: #E2CF6B; }
a { background-color: rgb(226,207,107); }
div.DivClassName
{
background-color: #E2CF6B;
}
.BgClassName
{
background-color: #E2CF6B;
}
</style>
border-color css
<style>
span { border-color: #E2CF6B; }
span { border-color: rgb(226,207,107); }
td.TdClassName
{
border-color: #E2CF6B;
}
.TagClassName
{
border-color: #E2CF6B;
}
</style>