Shades of Sandwisp #E5CD7C
Tints of Sandwisp #E5CD7C
RGB
CMYK
RGB Variations
Color information
#E5CD7C (or 0xE5CD7C) is known color: Sandwisp. HEX triplet: E5, CD and 7C. RGB value is (229,205,124). Sum of RGB (Red+Green+Blue) = 229+205+124=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 124 (48.83% from 255 or 22.22% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CD7C is #1A3283. Grayscale: #CBCBCB. Windows color (decimal): -1716868 or 8179173. OLE color: 8179173.
HSL color Cylindrical-coordinate representation of color #E5CD7C: hue angle of 46.29º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5CD7C is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 124 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.10 |
| HSL | 46.29º | 0.67% | 0.69% | - |
| HSV(B) | 46.29º | 0.46% | 0.9% | - |
| XYZ | 57.78 | 61.78 | 27.95 | - |
| YUV | 202.94 | 83.45 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 124 | 0 | 0.10 | 0.46 | 0.10 | 46.29 | 0.67 | 0.69 |
| Hex | E5 | CD | 7C | 0 | A | 2E | A | 2E | 43 | 45 |
| Octal | 345 | 315 | 174 | 0 | 12 | 56 | 12 | 56 | 103 | 105 |
| Binary | 11100101 | 11001101 | 1111100 | 0 | 1010 | 101110 | 1010 | 101110 | 1000011 | 1000101 |
Color Harmonies of #E5CD7C
Complementary color
Monochromatic Colors of #E5CD7C
Black with #E5CD7C
Text Example
Text Example
White with #E5CD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CD7C; }
p { color: rgb(229,205,124); }
H1.HeaderClassName
{
color: #E5CD7C;
}
.AnyTagClassName
{
color: #E5CD7C;
}
</style>
background-color css
<style>
a { background-color: #E5CD7C; }
a { background-color: rgb(229,205,124); }
div.DivClassName
{
background-color: #E5CD7C;
}
.BgClassName
{
background-color: #E5CD7C;
}
</style>
border-color css
<style>
span { border-color: #E5CD7C; }
span { border-color: rgb(229,205,124); }
td.TdClassName
{
border-color: #E5CD7C;
}
.TagClassName
{
border-color: #E5CD7C;
}
</style>