Shades of Sandy Brown #EBA267
Tints of Sandy Brown #EBA267
RGB
CMYK
RGB Variations
Color information
#EBA267 (or 0xEBA267) is known color: Sandy Brown. HEX triplet: EB, A2 and 67. RGB value is (235,162,103). Sum of RGB (Red+Green+Blue) = 235+162+103=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA267 is #145D98. Grayscale: #B1B1B1. Windows color (decimal): -1334681 or 6791915. OLE color: 6791915.
HSL color Cylindrical-coordinate representation of color #EBA267: hue angle of 26.82º 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 #EBA267 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 103 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.08 |
| HSL | 26.82º | 0.77% | 0.66% | - |
| HSV(B) | 26.82º | 0.56% | 0.92% | - |
| XYZ | 49.63 | 44.48 | 18.8 | - |
| YUV | 177.1 | 86.18 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 103 | 0 | 0.31 | 0.56 | 0.08 | 26.82 | 0.77 | 0.66 |
| Hex | EB | A2 | 67 | 0 | 1F | 38 | 8 | 1B | 4D | 42 |
| Octal | 353 | 242 | 147 | 0 | 37 | 70 | 10 | 33 | 115 | 102 |
| Binary | 11101011 | 10100010 | 1100111 | 0 | 11111 | 111000 | 1000 | 11011 | 1001101 | 1000010 |
Color Harmonies of #EBA267
Complementary color
Monochromatic Colors of #EBA267
Black with #EBA267
Text Example
Text Example
White with #EBA267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA267; }
p { color: rgb(235,162,103); }
H1.HeaderClassName
{
color: #EBA267;
}
.AnyTagClassName
{
color: #EBA267;
}
</style>
background-color css
<style>
a { background-color: #EBA267; }
a { background-color: rgb(235,162,103); }
div.DivClassName
{
background-color: #EBA267;
}
.BgClassName
{
background-color: #EBA267;
}
</style>
border-color css
<style>
span { border-color: #EBA267; }
span { border-color: rgb(235,162,103); }
td.TdClassName
{
border-color: #EBA267;
}
.TagClassName
{
border-color: #EBA267;
}
</style>