Shades of Sandwisp #E0CD7B
Tints of Sandwisp #E0CD7B
RGB
CMYK
RGB Variations
Color information
#E0CD7B (or 0xE0CD7B) is known color: Sandwisp. HEX triplet: E0, CD and 7B. RGB value is (224,205,123). Sum of RGB (Red+Green+Blue) = 224+205+123=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CD7B is #1F3284. Grayscale: #C9C9C9. Windows color (decimal): -2044549 or 8113632. OLE color: 8113632.
HSL color Cylindrical-coordinate representation of color #E0CD7B: hue angle of 48.71º 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 #E0CD7B is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 205 | 123 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.12 |
| HSL | 48.71º | 0.62% | 0.68% | - |
| HSV(B) | 48.71º | 0.45% | 0.88% | - |
| XYZ | 56.15 | 60.94 | 27.54 | - |
| YUV | 201.33 | 83.79 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 123 | 0 | 0.08 | 0.45 | 0.12 | 48.71 | 0.62 | 0.68 |
| Hex | E0 | CD | 7B | 0 | 8 | 2D | C | 31 | 3E | 44 |
| Octal | 340 | 315 | 173 | 0 | 10 | 55 | 14 | 61 | 76 | 104 |
| Binary | 11100000 | 11001101 | 1111011 | 0 | 1000 | 101101 | 1100 | 110001 | 111110 | 1000100 |
Color Harmonies of #E0CD7B
Complementary color
Monochromatic Colors of #E0CD7B
Black with #E0CD7B
Text Example
Text Example
White with #E0CD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CD7B; }
p { color: rgb(224,205,123); }
H1.HeaderClassName
{
color: #E0CD7B;
}
.AnyTagClassName
{
color: #E0CD7B;
}
</style>
background-color css
<style>
a { background-color: #E0CD7B; }
a { background-color: rgb(224,205,123); }
div.DivClassName
{
background-color: #E0CD7B;
}
.BgClassName
{
background-color: #E0CD7B;
}
</style>
border-color css
<style>
span { border-color: #E0CD7B; }
span { border-color: rgb(224,205,123); }
td.TdClassName
{
border-color: #E0CD7B;
}
.TagClassName
{
border-color: #E0CD7B;
}
</style>