Shades of Sandwisp #E6CC7A
Tints of Sandwisp #E6CC7A
RGB
CMYK
RGB Variations
Color information
#E6CC7A (or 0xE6CC7A) is known color: Sandwisp. HEX triplet: E6, CC and 7A. RGB value is (230,204,122). Sum of RGB (Red+Green+Blue) = 230+204+122=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CC7A is #193385. Grayscale: #CACACA. Windows color (decimal): -1651590 or 8047846. OLE color: 8047846.
HSL color Cylindrical-coordinate representation of color #E6CC7A: hue angle of 45.56º 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 #E6CC7A is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 122 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.10 |
| HSL | 45.56º | 0.68% | 0.69% | - |
| HSV(B) | 45.56º | 0.47% | 0.9% | - |
| XYZ | 57.74 | 61.41 | 27.22 | - |
| YUV | 202.43 | 82.61 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 122 | 0 | 0.11 | 0.47 | 0.10 | 45.56 | 0.68 | 0.69 |
| Hex | E6 | CC | 7A | 0 | B | 2F | A | 2E | 44 | 45 |
| Octal | 346 | 314 | 172 | 0 | 13 | 57 | 12 | 56 | 104 | 105 |
| Binary | 11100110 | 11001100 | 1111010 | 0 | 1011 | 101111 | 1010 | 101110 | 1000100 | 1000101 |
Color Harmonies of #E6CC7A
Complementary color
Monochromatic Colors of #E6CC7A
Black with #E6CC7A
Text Example
Text Example
White with #E6CC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC7A; }
p { color: rgb(230,204,122); }
H1.HeaderClassName
{
color: #E6CC7A;
}
.AnyTagClassName
{
color: #E6CC7A;
}
</style>
background-color css
<style>
a { background-color: #E6CC7A; }
a { background-color: rgb(230,204,122); }
div.DivClassName
{
background-color: #E6CC7A;
}
.BgClassName
{
background-color: #E6CC7A;
}
</style>
border-color css
<style>
span { border-color: #E6CC7A; }
span { border-color: rgb(230,204,122); }
td.TdClassName
{
border-color: #E6CC7A;
}
.TagClassName
{
border-color: #E6CC7A;
}
</style>