Shades of Sandwisp #E2CD80
Tints of Sandwisp #E2CD80
RGB
CMYK
RGB Variations
Color information
#E2CD80 (or 0xE2CD80) is known color: Sandwisp. HEX triplet: E2, CD and 80. RGB value is (226,205,128). Sum of RGB (Red+Green+Blue) = 226+205+128=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CD80 is #1D327F. Grayscale: #CACACA. Windows color (decimal): -1913472 or 8441314. OLE color: 8441314.
HSL color Cylindrical-coordinate representation of color #E2CD80: hue angle of 47.14º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2CD80 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 205 | 128 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.11 |
| HSL | 47.14º | 0.63% | 0.69% | - |
| HSV(B) | 47.14º | 0.43% | 0.89% | - |
| XYZ | 57.09 | 61.39 | 29.26 | - |
| YUV | 202.5 | 85.96 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 128 | 0 | 0.09 | 0.43 | 0.11 | 47.14 | 0.63 | 0.69 |
| Hex | E2 | CD | 80 | 0 | 9 | 2B | B | 2F | 3F | 45 |
| Octal | 342 | 315 | 200 | 0 | 11 | 53 | 13 | 57 | 77 | 105 |
| Binary | 11100010 | 11001101 | 10000000 | 0 | 1001 | 101011 | 1011 | 101111 | 111111 | 1000101 |
Color Harmonies of #E2CD80
Complementary color
Monochromatic Colors of #E2CD80
Black with #E2CD80
Text Example
Text Example
White with #E2CD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CD80; }
p { color: rgb(226,205,128); }
H1.HeaderClassName
{
color: #E2CD80;
}
.AnyTagClassName
{
color: #E2CD80;
}
</style>
background-color css
<style>
a { background-color: #E2CD80; }
a { background-color: rgb(226,205,128); }
div.DivClassName
{
background-color: #E2CD80;
}
.BgClassName
{
background-color: #E2CD80;
}
</style>
border-color css
<style>
span { border-color: #E2CD80; }
span { border-color: rgb(226,205,128); }
td.TdClassName
{
border-color: #E2CD80;
}
.TagClassName
{
border-color: #E2CD80;
}
</style>