Shades of Golden Sand #E6CF6B
Tints of Golden Sand #E6CF6B
RGB
CMYK
RGB Variations
Color information
#E6CF6B (or 0xE6CF6B) is known color: Golden Sand. HEX triplet: E6, CF and 6B. RGB value is (230,207,107). Sum of RGB (Red+Green+Blue) = 230+207+107=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF6B is #193094. Grayscale: #CACACA. Windows color (decimal): -1650837 or 7065574. OLE color: 7065574.
HSL color Cylindrical-coordinate representation of color #E6CF6B: hue angle of 48.78º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6CF6B is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 107 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.10 |
| HSL | 48.78º | 0.71% | 0.66% | - |
| HSV(B) | 48.78º | 0.53% | 0.9% | - |
| XYZ | 57.6 | 62.51 | 22.94 | - |
| YUV | 202.48 | 74.12 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 107 | 0 | 0.10 | 0.53 | 0.10 | 48.78 | 0.71 | 0.66 |
| Hex | E6 | CF | 6B | 0 | A | 35 | A | 31 | 47 | 42 |
| Octal | 346 | 317 | 153 | 0 | 12 | 65 | 12 | 61 | 107 | 102 |
| Binary | 11100110 | 11001111 | 1101011 | 0 | 1010 | 110101 | 1010 | 110001 | 1000111 | 1000010 |
Color Harmonies of #E6CF6B
Complementary color
Monochromatic Colors of #E6CF6B
Black with #E6CF6B
Text Example
Text Example
White with #E6CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF6B; }
p { color: rgb(230,207,107); }
H1.HeaderClassName
{
color: #E6CF6B;
}
.AnyTagClassName
{
color: #E6CF6B;
}
</style>
background-color css
<style>
a { background-color: #E6CF6B; }
a { background-color: rgb(230,207,107); }
div.DivClassName
{
background-color: #E6CF6B;
}
.BgClassName
{
background-color: #E6CF6B;
}
</style>
border-color css
<style>
span { border-color: #E6CF6B; }
span { border-color: rgb(230,207,107); }
td.TdClassName
{
border-color: #E6CF6B;
}
.TagClassName
{
border-color: #E6CF6B;
}
</style>