Shades of Sandy Brown #EBA66A
Tints of Sandy Brown #EBA66A
RGB
CMYK
RGB Variations
Color information
#EBA66A (or 0xEBA66A) is known color: Sandy Brown. HEX triplet: EB, A6 and 6A. RGB value is (235,166,106). Sum of RGB (Red+Green+Blue) = 235+166+106=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA66A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA66A is #145995. Grayscale: #B4B4B4. Windows color (decimal): -1333654 or 6989547. OLE color: 6989547.
HSL color Cylindrical-coordinate representation of color #EBA66A: hue angle of 27.91º 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 #EBA66A is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 106 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.08 |
| HSL | 27.91º | 0.76% | 0.67% | - |
| HSV(B) | 27.91º | 0.55% | 0.92% | - |
| XYZ | 50.5 | 45.98 | 19.85 | - |
| YUV | 179.79 | 86.36 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 106 | 0 | 0.29 | 0.55 | 0.08 | 27.91 | 0.76 | 0.67 |
| Hex | EB | A6 | 6A | 0 | 1D | 37 | 8 | 1C | 4C | 43 |
| Octal | 353 | 246 | 152 | 0 | 35 | 67 | 10 | 34 | 114 | 103 |
| Binary | 11101011 | 10100110 | 1101010 | 0 | 11101 | 110111 | 1000 | 11100 | 1001100 | 1000011 |
Color Harmonies of #EBA66A
Complementary color
Monochromatic Colors of #EBA66A
Black with #EBA66A
Text Example
Text Example
White with #EBA66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA66A; }
p { color: rgb(235,166,106); }
H1.HeaderClassName
{
color: #EBA66A;
}
.AnyTagClassName
{
color: #EBA66A;
}
</style>
background-color css
<style>
a { background-color: #EBA66A; }
a { background-color: rgb(235,166,106); }
div.DivClassName
{
background-color: #EBA66A;
}
.BgClassName
{
background-color: #EBA66A;
}
</style>
border-color css
<style>
span { border-color: #EBA66A; }
span { border-color: rgb(235,166,106); }
td.TdClassName
{
border-color: #EBA66A;
}
.TagClassName
{
border-color: #EBA66A;
}
</style>