Shades of Sandwisp #E1CB7B
Tints of Sandwisp #E1CB7B
RGB
CMYK
RGB Variations
Color information
#E1CB7B (or 0xE1CB7B) is known color: Sandwisp. HEX triplet: E1, CB and 7B. RGB value is (225,203,123). Sum of RGB (Red+Green+Blue) = 225+203+123=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CB7B is #1E3484. Grayscale: #C8C8C8. Windows color (decimal): -1979525 or 8113121. OLE color: 8113121.
HSL color Cylindrical-coordinate representation of color #E1CB7B: hue angle of 47.06º degrees, saturation: 0.63, 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 #E1CB7B is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 123 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.12 |
| HSL | 47.06º | 0.63% | 0.68% | - |
| HSV(B) | 47.06º | 0.45% | 0.88% | - |
| XYZ | 55.98 | 60.15 | 27.4 | - |
| YUV | 200.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 123 | 0 | 0.10 | 0.45 | 0.12 | 47.06 | 0.63 | 0.68 |
| Hex | E1 | CB | 7B | 0 | A | 2D | C | 2F | 3F | 44 |
| Octal | 341 | 313 | 173 | 0 | 12 | 55 | 14 | 57 | 77 | 104 |
| Binary | 11100001 | 11001011 | 1111011 | 0 | 1010 | 101101 | 1100 | 101111 | 111111 | 1000100 |
Color Harmonies of #E1CB7B
Complementary color
Monochromatic Colors of #E1CB7B
Black with #E1CB7B
Text Example
Text Example
White with #E1CB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CB7B; }
p { color: rgb(225,203,123); }
H1.HeaderClassName
{
color: #E1CB7B;
}
.AnyTagClassName
{
color: #E1CB7B;
}
</style>
background-color css
<style>
a { background-color: #E1CB7B; }
a { background-color: rgb(225,203,123); }
div.DivClassName
{
background-color: #E1CB7B;
}
.BgClassName
{
background-color: #E1CB7B;
}
</style>
border-color css
<style>
span { border-color: #E1CB7B; }
span { border-color: rgb(225,203,123); }
td.TdClassName
{
border-color: #E1CB7B;
}
.TagClassName
{
border-color: #E1CB7B;
}
</style>