Shades of Sandy Brown #E6A26E
Tints of Sandy Brown #E6A26E
RGB
CMYK
RGB Variations
Color information
#E6A26E (or 0xE6A26E) is known color: Sandy Brown. HEX triplet: E6, A2 and 6E. RGB value is (230,162,110). Sum of RGB (Red+Green+Blue) = 230+162+110=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A26E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A26E is #195D91. Grayscale: #B0B0B0. Windows color (decimal): -1662354 or 7250662. OLE color: 7250662.
HSL color Cylindrical-coordinate representation of color #E6A26E: hue angle of 26º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6A26E is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 162 | 110 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.10 |
| HSL | 26º | 0.71% | 0.67% | - |
| HSV(B) | 26º | 0.52% | 0.9% | - |
| XYZ | 48.37 | 43.79 | 20.65 | - |
| YUV | 176.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 162 | 110 | 0 | 0.30 | 0.52 | 0.10 | 26 | 0.71 | 0.67 |
| Hex | E6 | A2 | 6E | 0 | 1E | 34 | A | 1A | 47 | 43 |
| Octal | 346 | 242 | 156 | 0 | 36 | 64 | 12 | 32 | 107 | 103 |
| Binary | 11100110 | 10100010 | 1101110 | 0 | 11110 | 110100 | 1010 | 11010 | 1000111 | 1000011 |
Color Harmonies of #E6A26E
Complementary color
Monochromatic Colors of #E6A26E
Black with #E6A26E
Text Example
Text Example
White with #E6A26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A26E; }
p { color: rgb(230,162,110); }
H1.HeaderClassName
{
color: #E6A26E;
}
.AnyTagClassName
{
color: #E6A26E;
}
</style>
background-color css
<style>
a { background-color: #E6A26E; }
a { background-color: rgb(230,162,110); }
div.DivClassName
{
background-color: #E6A26E;
}
.BgClassName
{
background-color: #E6A26E;
}
</style>
border-color css
<style>
span { border-color: #E6A26E; }
span { border-color: rgb(230,162,110); }
td.TdClassName
{
border-color: #E6A26E;
}
.TagClassName
{
border-color: #E6A26E;
}
</style>