Shades of Sandwisp #E6CB7A
Tints of Sandwisp #E6CB7A
RGB
CMYK
RGB Variations
Color information
#E6CB7A (or 0xE6CB7A) is known color: Sandwisp. HEX triplet: E6, CB and 7A. RGB value is (230,203,122). Sum of RGB (Red+Green+Blue) = 230+203+122=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CB7A is #193485. Grayscale: #CACACA. Windows color (decimal): -1651846 or 8047590. OLE color: 8047590.
HSL color Cylindrical-coordinate representation of color #E6CB7A: hue angle of 45º 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 #E6CB7A is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 122 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.10 |
| HSL | 45º | 0.68% | 0.69% | - |
| HSV(B) | 45º | 0.47% | 0.9% | - |
| XYZ | 57.5 | 60.94 | 27.14 | - |
| YUV | 201.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 122 | 0 | 0.12 | 0.47 | 0.10 | 45 | 0.68 | 0.69 |
| Hex | E6 | CB | 7A | 0 | C | 2F | A | 2D | 44 | 45 |
| Octal | 346 | 313 | 172 | 0 | 14 | 57 | 12 | 55 | 104 | 105 |
| Binary | 11100110 | 11001011 | 1111010 | 0 | 1100 | 101111 | 1010 | 101101 | 1000100 | 1000101 |
Color Harmonies of #E6CB7A
Complementary color
Monochromatic Colors of #E6CB7A
Black with #E6CB7A
Text Example
Text Example
White with #E6CB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB7A; }
p { color: rgb(230,203,122); }
H1.HeaderClassName
{
color: #E6CB7A;
}
.AnyTagClassName
{
color: #E6CB7A;
}
</style>
background-color css
<style>
a { background-color: #E6CB7A; }
a { background-color: rgb(230,203,122); }
div.DivClassName
{
background-color: #E6CB7A;
}
.BgClassName
{
background-color: #E6CB7A;
}
</style>
border-color css
<style>
span { border-color: #E6CB7A; }
span { border-color: rgb(230,203,122); }
td.TdClassName
{
border-color: #E6CB7A;
}
.TagClassName
{
border-color: #E6CB7A;
}
</style>