Shades of Sandwisp #E2CA80
Tints of Sandwisp #E2CA80
RGB
CMYK
RGB Variations
Color information
#E2CA80 (or 0xE2CA80) is known color: Sandwisp. HEX triplet: E2, CA and 80. RGB value is (226,202,128). Sum of RGB (Red+Green+Blue) = 226+202+128=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CA80 is #1D357F. Grayscale: #C9C9C9. Windows color (decimal): -1914240 or 8440546. OLE color: 8440546.
HSL color Cylindrical-coordinate representation of color #E2CA80: hue angle of 45.31º 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 #E2CA80 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 128 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.11 |
| HSL | 45.31º | 0.63% | 0.69% | - |
| HSV(B) | 45.31º | 0.43% | 0.89% | - |
| XYZ | 56.38 | 59.97 | 29.03 | - |
| YUV | 200.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 128 | 0 | 0.11 | 0.43 | 0.11 | 45.31 | 0.63 | 0.69 |
| Hex | E2 | CA | 80 | 0 | B | 2B | B | 2D | 3F | 45 |
| Octal | 342 | 312 | 200 | 0 | 13 | 53 | 13 | 55 | 77 | 105 |
| Binary | 11100010 | 11001010 | 10000000 | 0 | 1011 | 101011 | 1011 | 101101 | 111111 | 1000101 |
Color Harmonies of #E2CA80
Complementary color
Monochromatic Colors of #E2CA80
Black with #E2CA80
Text Example
Text Example
White with #E2CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA80; }
p { color: rgb(226,202,128); }
H1.HeaderClassName
{
color: #E2CA80;
}
.AnyTagClassName
{
color: #E2CA80;
}
</style>
background-color css
<style>
a { background-color: #E2CA80; }
a { background-color: rgb(226,202,128); }
div.DivClassName
{
background-color: #E2CA80;
}
.BgClassName
{
background-color: #E2CA80;
}
</style>
border-color css
<style>
span { border-color: #E2CA80; }
span { border-color: rgb(226,202,128); }
td.TdClassName
{
border-color: #E2CA80;
}
.TagClassName
{
border-color: #E2CA80;
}
</style>