Shades of Sandwisp #E5D08A
Tints of Sandwisp #E5D08A
RGB
CMYK
RGB Variations
Color information
#E5D08A (or 0xE5D08A) is known color: Sandwisp. HEX triplet: E5, D0 and 8A. RGB value is (229,208,138). Sum of RGB (Red+Green+Blue) = 229+208+138=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D08A is #1A2F75. Grayscale: #CECECE. Windows color (decimal): -1716086 or 9097445. OLE color: 9097445.
HSL color Cylindrical-coordinate representation of color #E5D08A: hue angle of 46.15º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5D08A is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 138 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.10 |
| HSL | 46.15º | 0.64% | 0.72% | - |
| HSV(B) | 46.15º | 0.4% | 0.9% | - |
| XYZ | 59.46 | 63.6 | 33.19 | - |
| YUV | 206.3 | 89.46 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 138 | 0 | 0.09 | 0.40 | 0.10 | 46.15 | 0.64 | 0.72 |
| Hex | E5 | D0 | 8A | 0 | 9 | 28 | A | 2E | 40 | 48 |
| Octal | 345 | 320 | 212 | 0 | 11 | 50 | 12 | 56 | 100 | 110 |
| Binary | 11100101 | 11010000 | 10001010 | 0 | 1001 | 101000 | 1010 | 101110 | 1000000 | 1001000 |
Color Harmonies of #E5D08A
Complementary color
Monochromatic Colors of #E5D08A
Black with #E5D08A
Text Example
Text Example
White with #E5D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D08A; }
p { color: rgb(229,208,138); }
H1.HeaderClassName
{
color: #E5D08A;
}
.AnyTagClassName
{
color: #E5D08A;
}
</style>
background-color css
<style>
a { background-color: #E5D08A; }
a { background-color: rgb(229,208,138); }
div.DivClassName
{
background-color: #E5D08A;
}
.BgClassName
{
background-color: #E5D08A;
}
</style>
border-color css
<style>
span { border-color: #E5D08A; }
span { border-color: rgb(229,208,138); }
td.TdClassName
{
border-color: #E5D08A;
}
.TagClassName
{
border-color: #E5D08A;
}
</style>