Shades of Sandwisp #E6CF7B
Tints of Sandwisp #E6CF7B
RGB
CMYK
RGB Variations
Color information
#E6CF7B (or 0xE6CF7B) is known color: Sandwisp. HEX triplet: E6, CF and 7B. RGB value is (230,207,123). Sum of RGB (Red+Green+Blue) = 230+207+123=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 123 (48.44% from 255 or 21.96% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF7B is #193084. Grayscale: #CCCCCC. Windows color (decimal): -1650821 or 8114150. OLE color: 8114150.
HSL color Cylindrical-coordinate representation of color #E6CF7B: hue angle of 47.1º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6CF7B is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 123 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.10 |
| HSL | 47.1º | 0.68% | 0.69% | - |
| HSV(B) | 47.1º | 0.47% | 0.9% | - |
| XYZ | 58.52 | 62.88 | 27.79 | - |
| YUV | 204.3 | 82.12 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 123 | 0 | 0.10 | 0.47 | 0.10 | 47.1 | 0.68 | 0.69 |
| Hex | E6 | CF | 7B | 0 | A | 2F | A | 2F | 44 | 45 |
| Octal | 346 | 317 | 173 | 0 | 12 | 57 | 12 | 57 | 104 | 105 |
| Binary | 11100110 | 11001111 | 1111011 | 0 | 1010 | 101111 | 1010 | 101111 | 1000100 | 1000101 |
Color Harmonies of #E6CF7B
Complementary color
Monochromatic Colors of #E6CF7B
Black with #E6CF7B
Text Example
Text Example
White with #E6CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF7B; }
p { color: rgb(230,207,123); }
H1.HeaderClassName
{
color: #E6CF7B;
}
.AnyTagClassName
{
color: #E6CF7B;
}
</style>
background-color css
<style>
a { background-color: #E6CF7B; }
a { background-color: rgb(230,207,123); }
div.DivClassName
{
background-color: #E6CF7B;
}
.BgClassName
{
background-color: #E6CF7B;
}
</style>
border-color css
<style>
span { border-color: #E6CF7B; }
span { border-color: rgb(230,207,123); }
td.TdClassName
{
border-color: #E6CF7B;
}
.TagClassName
{
border-color: #E6CF7B;
}
</style>