Shades of Sandy Brown #EBA567
Tints of Sandy Brown #EBA567
RGB
CMYK
RGB Variations
Color information
#EBA567 (or 0xEBA567) is known color: Sandy Brown. HEX triplet: EB, A5 and 67. RGB value is (235,165,103). Sum of RGB (Red+Green+Blue) = 235+165+103=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 103 (40.62% from 255 or 20.48% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA567 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA567 is #145A98. Grayscale: #B3B3B3. Windows color (decimal): -1333913 or 6792683. OLE color: 6792683.
HSL color Cylindrical-coordinate representation of color #EBA567: hue angle of 28.18º 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 #EBA567 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 103 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.08 |
| HSL | 28.18º | 0.77% | 0.66% | - |
| HSV(B) | 28.18º | 0.56% | 0.92% | - |
| XYZ | 50.16 | 45.55 | 18.98 | - |
| YUV | 178.86 | 85.19 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 103 | 0 | 0.30 | 0.56 | 0.08 | 28.18 | 0.77 | 0.66 |
| Hex | EB | A5 | 67 | 0 | 1E | 38 | 8 | 1C | 4D | 42 |
| Octal | 353 | 245 | 147 | 0 | 36 | 70 | 10 | 34 | 115 | 102 |
| Binary | 11101011 | 10100101 | 1100111 | 0 | 11110 | 111000 | 1000 | 11100 | 1001101 | 1000010 |
Color Harmonies of #EBA567
Complementary color
Monochromatic Colors of #EBA567
Black with #EBA567
Text Example
Text Example
White with #EBA567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA567; }
p { color: rgb(235,165,103); }
H1.HeaderClassName
{
color: #EBA567;
}
.AnyTagClassName
{
color: #EBA567;
}
</style>
background-color css
<style>
a { background-color: #EBA567; }
a { background-color: rgb(235,165,103); }
div.DivClassName
{
background-color: #EBA567;
}
.BgClassName
{
background-color: #EBA567;
}
</style>
border-color css
<style>
span { border-color: #EBA567; }
span { border-color: rgb(235,165,103); }
td.TdClassName
{
border-color: #EBA567;
}
.TagClassName
{
border-color: #EBA567;
}
</style>