Shades of Sandwisp #E3D082
Tints of Sandwisp #E3D082
RGB
CMYK
RGB Variations
Color information
#E3D082 (or 0xE3D082) is known color: Sandwisp. HEX triplet: E3, D0 and 82. RGB value is (227,208,130). Sum of RGB (Red+Green+Blue) = 227+208+130=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D082 is #1C2F7D. Grayscale: #CDCDCD. Windows color (decimal): -1847166 or 8573155. OLE color: 8573155.
HSL color Cylindrical-coordinate representation of color #E3D082: hue angle of 48.25º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E3D082 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 208 | 130 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.11 |
| HSL | 48.25º | 0.63% | 0.7% | - |
| HSV(B) | 48.25º | 0.43% | 0.89% | - |
| XYZ | 58.26 | 63.05 | 30.22 | - |
| YUV | 204.79 | 85.79 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 130 | 0 | 0.08 | 0.43 | 0.11 | 48.25 | 0.63 | 0.7 |
| Hex | E3 | D0 | 82 | 0 | 8 | 2B | B | 30 | 3F | 46 |
| Octal | 343 | 320 | 202 | 0 | 10 | 53 | 13 | 60 | 77 | 106 |
| Binary | 11100011 | 11010000 | 10000010 | 0 | 1000 | 101011 | 1011 | 110000 | 111111 | 1000110 |
Color Harmonies of #E3D082
Complementary color
Monochromatic Colors of #E3D082
Black with #E3D082
Text Example
Text Example
White with #E3D082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D082; }
p { color: rgb(227,208,130); }
H1.HeaderClassName
{
color: #E3D082;
}
.AnyTagClassName
{
color: #E3D082;
}
</style>
background-color css
<style>
a { background-color: #E3D082; }
a { background-color: rgb(227,208,130); }
div.DivClassName
{
background-color: #E3D082;
}
.BgClassName
{
background-color: #E3D082;
}
</style>
border-color css
<style>
span { border-color: #E3D082; }
span { border-color: rgb(227,208,130); }
td.TdClassName
{
border-color: #E3D082;
}
.TagClassName
{
border-color: #E3D082;
}
</style>