Shades of Sandwisp #E1CE82
Tints of Sandwisp #E1CE82
RGB
CMYK
RGB Variations
Color information
#E1CE82 (or 0xE1CE82) is known color: Sandwisp. HEX triplet: E1, CE and 82. RGB value is (225,206,130). Sum of RGB (Red+Green+Blue) = 225+206+130=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CE82 is #1E317D. Grayscale: #CBCBCB. Windows color (decimal): -1978750 or 8572641. OLE color: 8572641.
HSL color Cylindrical-coordinate representation of color #E1CE82: hue angle of 48º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1CE82 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 130 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.12 |
| HSL | 48º | 0.61% | 0.7% | - |
| HSV(B) | 48º | 0.42% | 0.88% | - |
| XYZ | 57.15 | 61.76 | 30.03 | - |
| YUV | 203.02 | 86.79 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 130 | 0 | 0.08 | 0.42 | 0.12 | 48 | 0.61 | 0.7 |
| Hex | E1 | CE | 82 | 0 | 8 | 2A | C | 30 | 3D | 46 |
| Octal | 341 | 316 | 202 | 0 | 10 | 52 | 14 | 60 | 75 | 106 |
| Binary | 11100001 | 11001110 | 10000010 | 0 | 1000 | 101010 | 1100 | 110000 | 111101 | 1000110 |
Color Harmonies of #E1CE82
Complementary color
Monochromatic Colors of #E1CE82
Black with #E1CE82
Text Example
Text Example
White with #E1CE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE82; }
p { color: rgb(225,206,130); }
H1.HeaderClassName
{
color: #E1CE82;
}
.AnyTagClassName
{
color: #E1CE82;
}
</style>
background-color css
<style>
a { background-color: #E1CE82; }
a { background-color: rgb(225,206,130); }
div.DivClassName
{
background-color: #E1CE82;
}
.BgClassName
{
background-color: #E1CE82;
}
</style>
border-color css
<style>
span { border-color: #E1CE82; }
span { border-color: rgb(225,206,130); }
td.TdClassName
{
border-color: #E1CE82;
}
.TagClassName
{
border-color: #E1CE82;
}
</style>