Shades of Sandy Brown #EBAB64
Tints of Sandy Brown #EBAB64
RGB
CMYK
RGB Variations
Color information
#EBAB64 (or 0xEBAB64) is known color: Sandy Brown. HEX triplet: EB, AB and 64. RGB value is (235,171,100). Sum of RGB (Red+Green+Blue) = 235+171+100=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAB64 is #14549B. Grayscale: #B6B6B6. Windows color (decimal): -1332380 or 6597611. OLE color: 6597611.
HSL color Cylindrical-coordinate representation of color #EBAB64: hue angle of 31.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EBAB64 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 100 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.08 |
| HSL | 31.56º | 0.77% | 0.66% | - |
| HSV(B) | 31.56º | 0.57% | 0.92% | - |
| XYZ | 51.12 | 47.71 | 18.57 | - |
| YUV | 182.04 | 81.7 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 100 | 0 | 0.27 | 0.57 | 0.08 | 31.56 | 0.77 | 0.66 |
| Hex | EB | AB | 64 | 0 | 1B | 39 | 8 | 20 | 4D | 42 |
| Octal | 353 | 253 | 144 | 0 | 33 | 71 | 10 | 40 | 115 | 102 |
| Binary | 11101011 | 10101011 | 1100100 | 0 | 11011 | 111001 | 1000 | 100000 | 1001101 | 1000010 |
Color Harmonies of #EBAB64
Complementary color
Monochromatic Colors of #EBAB64
Black with #EBAB64
Text Example
Text Example
White with #EBAB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAB64; }
p { color: rgb(235,171,100); }
H1.HeaderClassName
{
color: #EBAB64;
}
.AnyTagClassName
{
color: #EBAB64;
}
</style>
background-color css
<style>
a { background-color: #EBAB64; }
a { background-color: rgb(235,171,100); }
div.DivClassName
{
background-color: #EBAB64;
}
.BgClassName
{
background-color: #EBAB64;
}
</style>
border-color css
<style>
span { border-color: #EBAB64; }
span { border-color: rgb(235,171,100); }
td.TdClassName
{
border-color: #EBAB64;
}
.TagClassName
{
border-color: #EBAB64;
}
</style>