Shades of Sandy Brown #EBA867
Tints of Sandy Brown #EBA867
RGB
CMYK
RGB Variations
Color information
#EBA867 (or 0xEBA867) is known color: Sandy Brown. HEX triplet: EB, A8 and 67. RGB value is (235,168,103). Sum of RGB (Red+Green+Blue) = 235+168+103=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA867 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA867 is #145798. Grayscale: #B4B4B4. Windows color (decimal): -1333145 or 6793451. OLE color: 6793451.
HSL color Cylindrical-coordinate representation of color #EBA867: hue angle of 29.55º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBA867 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 103 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.08 |
| HSL | 29.55º | 0.77% | 0.66% | - |
| HSV(B) | 29.55º | 0.56% | 0.92% | - |
| XYZ | 50.71 | 46.65 | 19.16 | - |
| YUV | 180.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 103 | 0 | 0.29 | 0.56 | 0.08 | 29.55 | 0.77 | 0.66 |
| Hex | EB | A8 | 67 | 0 | 1D | 38 | 8 | 1E | 4D | 42 |
| Octal | 353 | 250 | 147 | 0 | 35 | 70 | 10 | 36 | 115 | 102 |
| Binary | 11101011 | 10101000 | 1100111 | 0 | 11101 | 111000 | 1000 | 11110 | 1001101 | 1000010 |
Color Harmonies of #EBA867
Complementary color
Monochromatic Colors of #EBA867
Black with #EBA867
Text Example
Text Example
White with #EBA867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA867; }
p { color: rgb(235,168,103); }
H1.HeaderClassName
{
color: #EBA867;
}
.AnyTagClassName
{
color: #EBA867;
}
</style>
background-color css
<style>
a { background-color: #EBA867; }
a { background-color: rgb(235,168,103); }
div.DivClassName
{
background-color: #EBA867;
}
.BgClassName
{
background-color: #EBA867;
}
</style>
border-color css
<style>
span { border-color: #EBA867; }
span { border-color: rgb(235,168,103); }
td.TdClassName
{
border-color: #EBA867;
}
.TagClassName
{
border-color: #EBA867;
}
</style>