Shades of Sandy Brown #EBA26A
Tints of Sandy Brown #EBA26A
RGB
CMYK
RGB Variations
Color information
#EBA26A (or 0xEBA26A) is known color: Sandy Brown. HEX triplet: EB, A2 and 6A. RGB value is (235,162,106). Sum of RGB (Red+Green+Blue) = 235+162+106=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA26A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA26A is #145D95. Grayscale: #B1B1B1. Windows color (decimal): -1334678 or 6988523. OLE color: 6988523.
HSL color Cylindrical-coordinate representation of color #EBA26A: hue angle of 26.05º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EBA26A is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 106 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.08 |
| HSL | 26.05º | 0.76% | 0.67% | - |
| HSV(B) | 26.05º | 0.55% | 0.92% | - |
| XYZ | 49.78 | 44.54 | 19.61 | - |
| YUV | 177.44 | 87.68 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 106 | 0 | 0.31 | 0.55 | 0.08 | 26.05 | 0.76 | 0.67 |
| Hex | EB | A2 | 6A | 0 | 1F | 37 | 8 | 1A | 4C | 43 |
| Octal | 353 | 242 | 152 | 0 | 37 | 67 | 10 | 32 | 114 | 103 |
| Binary | 11101011 | 10100010 | 1101010 | 0 | 11111 | 110111 | 1000 | 11010 | 1001100 | 1000011 |
Color Harmonies of #EBA26A
Complementary color
Monochromatic Colors of #EBA26A
Black with #EBA26A
Text Example
Text Example
White with #EBA26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA26A; }
p { color: rgb(235,162,106); }
H1.HeaderClassName
{
color: #EBA26A;
}
.AnyTagClassName
{
color: #EBA26A;
}
</style>
background-color css
<style>
a { background-color: #EBA26A; }
a { background-color: rgb(235,162,106); }
div.DivClassName
{
background-color: #EBA26A;
}
.BgClassName
{
background-color: #EBA26A;
}
</style>
border-color css
<style>
span { border-color: #EBA26A; }
span { border-color: rgb(235,162,106); }
td.TdClassName
{
border-color: #EBA26A;
}
.TagClassName
{
border-color: #EBA26A;
}
</style>