Shades of Sandy Brown #EBA75C
Tints of Sandy Brown #EBA75C
RGB
CMYK
RGB Variations
Color information
#EBA75C (or 0xEBA75C) is known color: Sandy Brown. HEX triplet: EB, A7 and 5C. RGB value is (235,167,92). Sum of RGB (Red+Green+Blue) = 235+167+92=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA75C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA75C is #1458A3. Grayscale: #B3B3B3. Windows color (decimal): -1333412 or 6072299. OLE color: 6072299.
HSL color Cylindrical-coordinate representation of color #EBA75C: hue angle of 31.47º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EBA75C is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 92 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.08 |
| HSL | 31.47º | 0.78% | 0.64% | - |
| HSV(B) | 31.47º | 0.61% | 0.92% | - |
| XYZ | 50.01 | 46.07 | 16.38 | - |
| YUV | 178.78 | 79.03 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 92 | 0 | 0.29 | 0.61 | 0.08 | 31.47 | 0.78 | 0.64 |
| Hex | EB | A7 | 5C | 0 | 1D | 3D | 8 | 1F | 4E | 40 |
| Octal | 353 | 247 | 134 | 0 | 35 | 75 | 10 | 37 | 116 | 100 |
| Binary | 11101011 | 10100111 | 1011100 | 0 | 11101 | 111101 | 1000 | 11111 | 1001110 | 1000000 |
Color Harmonies of #EBA75C
Complementary color
Monochromatic Colors of #EBA75C
Black with #EBA75C
Text Example
Text Example
White with #EBA75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA75C; }
p { color: rgb(235,167,92); }
H1.HeaderClassName
{
color: #EBA75C;
}
.AnyTagClassName
{
color: #EBA75C;
}
</style>
background-color css
<style>
a { background-color: #EBA75C; }
a { background-color: rgb(235,167,92); }
div.DivClassName
{
background-color: #EBA75C;
}
.BgClassName
{
background-color: #EBA75C;
}
</style>
border-color css
<style>
span { border-color: #EBA75C; }
span { border-color: rgb(235,167,92); }
td.TdClassName
{
border-color: #EBA75C;
}
.TagClassName
{
border-color: #EBA75C;
}
</style>