Shades of Sandwisp #E2CD7D
Tints of Sandwisp #E2CD7D
RGB
CMYK
RGB Variations
Color information
#E2CD7D (or 0xE2CD7D) is known color: Sandwisp. HEX triplet: E2, CD and 7D. RGB value is (226,205,125). Sum of RGB (Red+Green+Blue) = 226+205+125=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CD7D is #1D3282. Grayscale: #CACACA. Windows color (decimal): -1913475 or 8244706. OLE color: 8244706.
HSL color Cylindrical-coordinate representation of color #E2CD7D: hue angle of 47.52º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2CD7D is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 205 | 125 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.11 |
| HSL | 47.52º | 0.64% | 0.69% | - |
| HSV(B) | 47.52º | 0.45% | 0.89% | - |
| XYZ | 56.9 | 61.31 | 28.24 | - |
| YUV | 202.16 | 84.46 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 125 | 0 | 0.09 | 0.45 | 0.11 | 47.52 | 0.64 | 0.69 |
| Hex | E2 | CD | 7D | 0 | 9 | 2D | B | 30 | 40 | 45 |
| Octal | 342 | 315 | 175 | 0 | 11 | 55 | 13 | 60 | 100 | 105 |
| Binary | 11100010 | 11001101 | 1111101 | 0 | 1001 | 101101 | 1011 | 110000 | 1000000 | 1000101 |
Color Harmonies of #E2CD7D
Complementary color
Monochromatic Colors of #E2CD7D
Black with #E2CD7D
Text Example
Text Example
White with #E2CD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CD7D; }
p { color: rgb(226,205,125); }
H1.HeaderClassName
{
color: #E2CD7D;
}
.AnyTagClassName
{
color: #E2CD7D;
}
</style>
background-color css
<style>
a { background-color: #E2CD7D; }
a { background-color: rgb(226,205,125); }
div.DivClassName
{
background-color: #E2CD7D;
}
.BgClassName
{
background-color: #E2CD7D;
}
</style>
border-color css
<style>
span { border-color: #E2CD7D; }
span { border-color: rgb(226,205,125); }
td.TdClassName
{
border-color: #E2CD7D;
}
.TagClassName
{
border-color: #E2CD7D;
}
</style>