Shades of Sandwisp #E6CF7C
Tints of Sandwisp #E6CF7C
RGB
CMYK
RGB Variations
Color information
#E6CF7C (or 0xE6CF7C) is known color: Sandwisp. HEX triplet: E6, CF and 7C. RGB value is (230,207,124). Sum of RGB (Red+Green+Blue) = 230+207+124=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 124 (48.83% from 255 or 22.10% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF7C is #193083. Grayscale: #CCCCCC. Windows color (decimal): -1650820 or 8179686. OLE color: 8179686.
HSL color Cylindrical-coordinate representation of color #E6CF7C: hue angle of 46.98º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6CF7C is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 124 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.10 |
| HSL | 46.98º | 0.68% | 0.69% | - |
| HSV(B) | 46.98º | 0.46% | 0.9% | - |
| XYZ | 58.58 | 62.9 | 28.12 | - |
| YUV | 204.42 | 82.62 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 124 | 0 | 0.10 | 0.46 | 0.10 | 46.98 | 0.68 | 0.69 |
| Hex | E6 | CF | 7C | 0 | A | 2E | A | 2F | 44 | 45 |
| Octal | 346 | 317 | 174 | 0 | 12 | 56 | 12 | 57 | 104 | 105 |
| Binary | 11100110 | 11001111 | 1111100 | 0 | 1010 | 101110 | 1010 | 101111 | 1000100 | 1000101 |
Color Harmonies of #E6CF7C
Complementary color
Monochromatic Colors of #E6CF7C
Black with #E6CF7C
Text Example
Text Example
White with #E6CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF7C; }
p { color: rgb(230,207,124); }
H1.HeaderClassName
{
color: #E6CF7C;
}
.AnyTagClassName
{
color: #E6CF7C;
}
</style>
background-color css
<style>
a { background-color: #E6CF7C; }
a { background-color: rgb(230,207,124); }
div.DivClassName
{
background-color: #E6CF7C;
}
.BgClassName
{
background-color: #E6CF7C;
}
</style>
border-color css
<style>
span { border-color: #E6CF7C; }
span { border-color: rgb(230,207,124); }
td.TdClassName
{
border-color: #E6CF7C;
}
.TagClassName
{
border-color: #E6CF7C;
}
</style>