Shades of Sandwisp #E2CA85
Tints of Sandwisp #E2CA85
RGB
CMYK
RGB Variations
Color information
#E2CA85 (or 0xE2CA85) is known color: Sandwisp. HEX triplet: E2, CA and 85. RGB value is (226,202,133). Sum of RGB (Red+Green+Blue) = 226+202+133=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CA85 is #1D357A. Grayscale: #C9C9C9. Windows color (decimal): -1914235 or 8768226. OLE color: 8768226.
HSL color Cylindrical-coordinate representation of color #E2CA85: hue angle of 44.52º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2CA85 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 133 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.11 |
| HSL | 44.52º | 0.62% | 0.7% | - |
| HSV(B) | 44.52º | 0.41% | 0.89% | - |
| XYZ | 56.72 | 60.1 | 30.8 | - |
| YUV | 201.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 133 | 0 | 0.11 | 0.41 | 0.11 | 44.52 | 0.62 | 0.7 |
| Hex | E2 | CA | 85 | 0 | B | 29 | B | 2D | 3E | 46 |
| Octal | 342 | 312 | 205 | 0 | 13 | 51 | 13 | 55 | 76 | 106 |
| Binary | 11100010 | 11001010 | 10000101 | 0 | 1011 | 101001 | 1011 | 101101 | 111110 | 1000110 |
Color Harmonies of #E2CA85
Complementary color
Monochromatic Colors of #E2CA85
Black with #E2CA85
Text Example
Text Example
White with #E2CA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA85; }
p { color: rgb(226,202,133); }
H1.HeaderClassName
{
color: #E2CA85;
}
.AnyTagClassName
{
color: #E2CA85;
}
</style>
background-color css
<style>
a { background-color: #E2CA85; }
a { background-color: rgb(226,202,133); }
div.DivClassName
{
background-color: #E2CA85;
}
.BgClassName
{
background-color: #E2CA85;
}
</style>
border-color css
<style>
span { border-color: #E2CA85; }
span { border-color: rgb(226,202,133); }
td.TdClassName
{
border-color: #E2CA85;
}
.TagClassName
{
border-color: #E2CA85;
}
</style>