Shades of Sandwisp #E6CD7A
Tints of Sandwisp #E6CD7A
RGB
CMYK
RGB Variations
Color information
#E6CD7A (or 0xE6CD7A) is known color: Sandwisp. HEX triplet: E6, CD and 7A. RGB value is (230,205,122). Sum of RGB (Red+Green+Blue) = 230+205+122=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CD7A is #193285. Grayscale: #CBCBCB. Windows color (decimal): -1651334 or 8048102. OLE color: 8048102.
HSL color Cylindrical-coordinate representation of color #E6CD7A: hue angle of 46.11º 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 #E6CD7A is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 122 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.10 |
| HSL | 46.11º | 0.68% | 0.69% | - |
| HSV(B) | 46.11º | 0.47% | 0.9% | - |
| XYZ | 57.98 | 61.89 | 27.3 | - |
| YUV | 203.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 122 | 0 | 0.11 | 0.47 | 0.10 | 46.11 | 0.68 | 0.69 |
| Hex | E6 | CD | 7A | 0 | B | 2F | A | 2E | 44 | 45 |
| Octal | 346 | 315 | 172 | 0 | 13 | 57 | 12 | 56 | 104 | 105 |
| Binary | 11100110 | 11001101 | 1111010 | 0 | 1011 | 101111 | 1010 | 101110 | 1000100 | 1000101 |
Color Harmonies of #E6CD7A
Complementary color
Monochromatic Colors of #E6CD7A
Black with #E6CD7A
Text Example
Text Example
White with #E6CD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CD7A; }
p { color: rgb(230,205,122); }
H1.HeaderClassName
{
color: #E6CD7A;
}
.AnyTagClassName
{
color: #E6CD7A;
}
</style>
background-color css
<style>
a { background-color: #E6CD7A; }
a { background-color: rgb(230,205,122); }
div.DivClassName
{
background-color: #E6CD7A;
}
.BgClassName
{
background-color: #E6CD7A;
}
</style>
border-color css
<style>
span { border-color: #E6CD7A; }
span { border-color: rgb(230,205,122); }
td.TdClassName
{
border-color: #E6CD7A;
}
.TagClassName
{
border-color: #E6CD7A;
}
</style>