Shades of Sandwisp #E2CB8A
Tints of Sandwisp #E2CB8A
RGB
CMYK
RGB Variations
Color information
#E2CB8A (or 0xE2CB8A) is known color: Sandwisp. HEX triplet: E2, CB and 8A. RGB value is (226,203,138). Sum of RGB (Red+Green+Blue) = 226+203+138=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CB8A is #1D3475. Grayscale: #CACACA. Windows color (decimal): -1913974 or 9096162. OLE color: 9096162.
HSL color Cylindrical-coordinate representation of color #E2CB8A: hue angle of 44.32º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2CB8A is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 138 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.11 |
| HSL | 44.32º | 0.6% | 0.71% | - |
| HSV(B) | 44.32º | 0.39% | 0.89% | - |
| XYZ | 57.31 | 60.72 | 32.74 | - |
| YUV | 202.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 138 | 0 | 0.10 | 0.39 | 0.11 | 44.32 | 0.6 | 0.71 |
| Hex | E2 | CB | 8A | 0 | A | 27 | B | 2C | 3C | 47 |
| Octal | 342 | 313 | 212 | 0 | 12 | 47 | 13 | 54 | 74 | 107 |
| Binary | 11100010 | 11001011 | 10001010 | 0 | 1010 | 100111 | 1011 | 101100 | 111100 | 1000111 |
Color Harmonies of #E2CB8A
Complementary color
Monochromatic Colors of #E2CB8A
Black with #E2CB8A
Text Example
Text Example
White with #E2CB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB8A; }
p { color: rgb(226,203,138); }
H1.HeaderClassName
{
color: #E2CB8A;
}
.AnyTagClassName
{
color: #E2CB8A;
}
</style>
background-color css
<style>
a { background-color: #E2CB8A; }
a { background-color: rgb(226,203,138); }
div.DivClassName
{
background-color: #E2CB8A;
}
.BgClassName
{
background-color: #E2CB8A;
}
</style>
border-color css
<style>
span { border-color: #E2CB8A; }
span { border-color: rgb(226,203,138); }
td.TdClassName
{
border-color: #E2CB8A;
}
.TagClassName
{
border-color: #E2CB8A;
}
</style>