Shades of Sandwisp #E4CE82
Tints of Sandwisp #E4CE82
RGB
CMYK
RGB Variations
Color information
#E4CE82 (or 0xE4CE82) is known color: Sandwisp. HEX triplet: E4, CE and 82. RGB value is (228,206,130). Sum of RGB (Red+Green+Blue) = 228+206+130=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CE82 is #1B317D. Grayscale: #CCCCCC. Windows color (decimal): -1782142 or 8572644. OLE color: 8572644.
HSL color Cylindrical-coordinate representation of color #E4CE82: hue angle of 46.53º degrees, saturation: 0.64, 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 #E4CE82 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 206 | 130 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.11 |
| HSL | 46.53º | 0.64% | 0.7% | - |
| HSV(B) | 46.53º | 0.43% | 0.89% | - |
| XYZ | 58.1 | 62.25 | 30.07 | - |
| YUV | 203.91 | 86.29 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 206 | 130 | 0 | 0.10 | 0.43 | 0.11 | 46.53 | 0.64 | 0.7 |
| Hex | E4 | CE | 82 | 0 | A | 2B | B | 2F | 40 | 46 |
| Octal | 344 | 316 | 202 | 0 | 12 | 53 | 13 | 57 | 100 | 106 |
| Binary | 11100100 | 11001110 | 10000010 | 0 | 1010 | 101011 | 1011 | 101111 | 1000000 | 1000110 |
Color Harmonies of #E4CE82
Complementary color
Monochromatic Colors of #E4CE82
Black with #E4CE82
Text Example
Text Example
White with #E4CE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CE82; }
p { color: rgb(228,206,130); }
H1.HeaderClassName
{
color: #E4CE82;
}
.AnyTagClassName
{
color: #E4CE82;
}
</style>
background-color css
<style>
a { background-color: #E4CE82; }
a { background-color: rgb(228,206,130); }
div.DivClassName
{
background-color: #E4CE82;
}
.BgClassName
{
background-color: #E4CE82;
}
</style>
border-color css
<style>
span { border-color: #E4CE82; }
span { border-color: rgb(228,206,130); }
td.TdClassName
{
border-color: #E4CE82;
}
.TagClassName
{
border-color: #E4CE82;
}
</style>