Shades of Sandwisp #E0CB7A
Tints of Sandwisp #E0CB7A
RGB
CMYK
RGB Variations
Color information
#E0CB7A (or 0xE0CB7A) is known color: Sandwisp. HEX triplet: E0, CB and 7A. RGB value is (224,203,122). Sum of RGB (Red+Green+Blue) = 224+203+122=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CB7A is #1F3485. Grayscale: #C8C8C8. Windows color (decimal): -2045062 or 8047584. OLE color: 8047584.
HSL color Cylindrical-coordinate representation of color #E0CB7A: hue angle of 47.65º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0CB7A is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 122 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.12 |
| HSL | 47.65º | 0.62% | 0.68% | - |
| HSV(B) | 47.65º | 0.46% | 0.88% | - |
| XYZ | 55.61 | 59.96 | 27.06 | - |
| YUV | 200.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 122 | 0 | 0.09 | 0.46 | 0.12 | 47.65 | 0.62 | 0.68 |
| Hex | E0 | CB | 7A | 0 | 9 | 2E | C | 30 | 3E | 44 |
| Octal | 340 | 313 | 172 | 0 | 11 | 56 | 14 | 60 | 76 | 104 |
| Binary | 11100000 | 11001011 | 1111010 | 0 | 1001 | 101110 | 1100 | 110000 | 111110 | 1000100 |
Color Harmonies of #E0CB7A
Complementary color
Monochromatic Colors of #E0CB7A
Black with #E0CB7A
Text Example
Text Example
White with #E0CB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB7A; }
p { color: rgb(224,203,122); }
H1.HeaderClassName
{
color: #E0CB7A;
}
.AnyTagClassName
{
color: #E0CB7A;
}
</style>
background-color css
<style>
a { background-color: #E0CB7A; }
a { background-color: rgb(224,203,122); }
div.DivClassName
{
background-color: #E0CB7A;
}
.BgClassName
{
background-color: #E0CB7A;
}
</style>
border-color css
<style>
span { border-color: #E0CB7A; }
span { border-color: rgb(224,203,122); }
td.TdClassName
{
border-color: #E0CB7A;
}
.TagClassName
{
border-color: #E0CB7A;
}
</style>