Shades of Sandwisp #E0CB7C
Tints of Sandwisp #E0CB7C
RGB
CMYK
RGB Variations
Color information
#E0CB7C (or 0xE0CB7C) is known color: Sandwisp. HEX triplet: E0, CB and 7C. RGB value is (224,203,124). Sum of RGB (Red+Green+Blue) = 224+203+124=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CB7C is #1F3483. Grayscale: #C8C8C8. Windows color (decimal): -2045060 or 8178656. OLE color: 8178656.
HSL color Cylindrical-coordinate representation of color #E0CB7C: hue angle of 47.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0CB7C is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 124 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.12 |
| HSL | 47.4º | 0.62% | 0.68% | - |
| HSV(B) | 47.4º | 0.45% | 0.88% | - |
| XYZ | 55.73 | 60.01 | 27.72 | - |
| YUV | 200.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 124 | 0 | 0.09 | 0.45 | 0.12 | 47.4 | 0.62 | 0.68 |
| Hex | E0 | CB | 7C | 0 | 9 | 2D | C | 2F | 3E | 44 |
| Octal | 340 | 313 | 174 | 0 | 11 | 55 | 14 | 57 | 76 | 104 |
| Binary | 11100000 | 11001011 | 1111100 | 0 | 1001 | 101101 | 1100 | 101111 | 111110 | 1000100 |
Color Harmonies of #E0CB7C
Complementary color
Monochromatic Colors of #E0CB7C
Black with #E0CB7C
Text Example
Text Example
White with #E0CB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB7C; }
p { color: rgb(224,203,124); }
H1.HeaderClassName
{
color: #E0CB7C;
}
.AnyTagClassName
{
color: #E0CB7C;
}
</style>
background-color css
<style>
a { background-color: #E0CB7C; }
a { background-color: rgb(224,203,124); }
div.DivClassName
{
background-color: #E0CB7C;
}
.BgClassName
{
background-color: #E0CB7C;
}
</style>
border-color css
<style>
span { border-color: #E0CB7C; }
span { border-color: rgb(224,203,124); }
td.TdClassName
{
border-color: #E0CB7C;
}
.TagClassName
{
border-color: #E0CB7C;
}
</style>