Shades of Sandwisp #E0CF7B
Tints of Sandwisp #E0CF7B
RGB
CMYK
RGB Variations
Color information
#E0CF7B (or 0xE0CF7B) is known color: Sandwisp. HEX triplet: E0, CF and 7B. RGB value is (224,207,123). Sum of RGB (Red+Green+Blue) = 224+207+123=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CF7B is #1F3084. Grayscale: #CACACA. Windows color (decimal): -2044037 or 8114144. OLE color: 8114144.
HSL color Cylindrical-coordinate representation of color #E0CF7B: hue angle of 49.9º 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 #E0CF7B is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 123 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.12 |
| HSL | 49.9º | 0.62% | 0.68% | - |
| HSV(B) | 49.9º | 0.45% | 0.88% | - |
| XYZ | 56.63 | 61.9 | 27.7 | - |
| YUV | 202.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 123 | 0 | 0.08 | 0.45 | 0.12 | 49.9 | 0.62 | 0.68 |
| Hex | E0 | CF | 7B | 0 | 8 | 2D | C | 32 | 3E | 44 |
| Octal | 340 | 317 | 173 | 0 | 10 | 55 | 14 | 62 | 76 | 104 |
| Binary | 11100000 | 11001111 | 1111011 | 0 | 1000 | 101101 | 1100 | 110010 | 111110 | 1000100 |
Color Harmonies of #E0CF7B
Complementary color
Monochromatic Colors of #E0CF7B
Black with #E0CF7B
Text Example
Text Example
White with #E0CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CF7B; }
p { color: rgb(224,207,123); }
H1.HeaderClassName
{
color: #E0CF7B;
}
.AnyTagClassName
{
color: #E0CF7B;
}
</style>
background-color css
<style>
a { background-color: #E0CF7B; }
a { background-color: rgb(224,207,123); }
div.DivClassName
{
background-color: #E0CF7B;
}
.BgClassName
{
background-color: #E0CF7B;
}
</style>
border-color css
<style>
span { border-color: #E0CF7B; }
span { border-color: rgb(224,207,123); }
td.TdClassName
{
border-color: #E0CF7B;
}
.TagClassName
{
border-color: #E0CF7B;
}
</style>