Shades of Sandwisp #E5CD80
Tints of Sandwisp #E5CD80
RGB
CMYK
RGB Variations
Color information
#E5CD80 (or 0xE5CD80) is known color: Sandwisp. HEX triplet: E5, CD and 80. RGB value is (229,205,128). Sum of RGB (Red+Green+Blue) = 229+205+128=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CD80 is #1A327F. Grayscale: #CBCBCB. Windows color (decimal): -1716864 or 8441317. OLE color: 8441317.
HSL color Cylindrical-coordinate representation of color #E5CD80: hue angle of 45.74º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E5CD80 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 128 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.10 |
| HSL | 45.74º | 0.66% | 0.7% | - |
| HSV(B) | 45.74º | 0.44% | 0.9% | - |
| XYZ | 58.04 | 61.88 | 29.31 | - |
| YUV | 203.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 128 | 0 | 0.10 | 0.44 | 0.10 | 45.74 | 0.66 | 0.7 |
| Hex | E5 | CD | 80 | 0 | A | 2C | A | 2E | 42 | 46 |
| Octal | 345 | 315 | 200 | 0 | 12 | 54 | 12 | 56 | 102 | 106 |
| Binary | 11100101 | 11001101 | 10000000 | 0 | 1010 | 101100 | 1010 | 101110 | 1000010 | 1000110 |
Color Harmonies of #E5CD80
Complementary color
Monochromatic Colors of #E5CD80
Black with #E5CD80
Text Example
Text Example
White with #E5CD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CD80; }
p { color: rgb(229,205,128); }
H1.HeaderClassName
{
color: #E5CD80;
}
.AnyTagClassName
{
color: #E5CD80;
}
</style>
background-color css
<style>
a { background-color: #E5CD80; }
a { background-color: rgb(229,205,128); }
div.DivClassName
{
background-color: #E5CD80;
}
.BgClassName
{
background-color: #E5CD80;
}
</style>
border-color css
<style>
span { border-color: #E5CD80; }
span { border-color: rgb(229,205,128); }
td.TdClassName
{
border-color: #E5CD80;
}
.TagClassName
{
border-color: #E5CD80;
}
</style>