Shades of Sandwisp #E5CF7C
Tints of Sandwisp #E5CF7C
RGB
CMYK
RGB Variations
Color information
#E5CF7C (or 0xE5CF7C) is known color: Sandwisp. HEX triplet: E5, CF and 7C. RGB value is (229,207,124). Sum of RGB (Red+Green+Blue) = 229+207+124=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CF7C is #1A3083. Grayscale: #CCCCCC. Windows color (decimal): -1716356 or 8179685. OLE color: 8179685.
HSL color Cylindrical-coordinate representation of color #E5CF7C: hue angle of 47.43º 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 #E5CF7C is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 124 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.10 |
| HSL | 47.43º | 0.67% | 0.69% | - |
| HSV(B) | 47.43º | 0.46% | 0.9% | - |
| XYZ | 58.26 | 62.74 | 28.11 | - |
| YUV | 204.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 124 | 0 | 0.10 | 0.46 | 0.10 | 47.43 | 0.67 | 0.69 |
| Hex | E5 | CF | 7C | 0 | A | 2E | A | 2F | 43 | 45 |
| Octal | 345 | 317 | 174 | 0 | 12 | 56 | 12 | 57 | 103 | 105 |
| Binary | 11100101 | 11001111 | 1111100 | 0 | 1010 | 101110 | 1010 | 101111 | 1000011 | 1000101 |
Color Harmonies of #E5CF7C
Complementary color
Monochromatic Colors of #E5CF7C
Black with #E5CF7C
Text Example
Text Example
White with #E5CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF7C; }
p { color: rgb(229,207,124); }
H1.HeaderClassName
{
color: #E5CF7C;
}
.AnyTagClassName
{
color: #E5CF7C;
}
</style>
background-color css
<style>
a { background-color: #E5CF7C; }
a { background-color: rgb(229,207,124); }
div.DivClassName
{
background-color: #E5CF7C;
}
.BgClassName
{
background-color: #E5CF7C;
}
</style>
border-color css
<style>
span { border-color: #E5CF7C; }
span { border-color: rgb(229,207,124); }
td.TdClassName
{
border-color: #E5CF7C;
}
.TagClassName
{
border-color: #E5CF7C;
}
</style>