Shades of Sandy Brown #EBA25E
Tints of Sandy Brown #EBA25E
RGB
CMYK
RGB Variations
Color information
#EBA25E (or 0xEBA25E) is known color: Sandy Brown. HEX triplet: EB, A2 and 5E. RGB value is (235,162,94). Sum of RGB (Red+Green+Blue) = 235+162+94=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 94 (37.11% from 255 or 19.14% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA25E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA25E is #145DA1. Grayscale: #B0B0B0. Windows color (decimal): -1334690 or 6202091. OLE color: 6202091.
HSL color Cylindrical-coordinate representation of color #EBA25E: hue angle of 28.94º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBA25E is Cyan = 0, Magento = 0.31, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 94 | - |
| CMYK | 0 | 0.31 | 0.6 | 0.08 |
| HSL | 28.94º | 0.78% | 0.65% | - |
| HSV(B) | 28.94º | 0.6% | 0.92% | - |
| XYZ | 49.2 | 44.31 | 16.55 | - |
| YUV | 176.08 | 81.68 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 94 | 0 | 0.31 | 0.6 | 0.08 | 28.94 | 0.78 | 0.65 |
| Hex | EB | A2 | 5E | 0 | 1F | 3C | 8 | 1D | 4E | 41 |
| Octal | 353 | 242 | 136 | 0 | 37 | 74 | 10 | 35 | 116 | 101 |
| Binary | 11101011 | 10100010 | 1011110 | 0 | 11111 | 111100 | 1000 | 11101 | 1001110 | 1000001 |
Color Harmonies of #EBA25E
Complementary color
Monochromatic Colors of #EBA25E
Black with #EBA25E
Text Example
Text Example
White with #EBA25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA25E; }
p { color: rgb(235,162,94); }
H1.HeaderClassName
{
color: #EBA25E;
}
.AnyTagClassName
{
color: #EBA25E;
}
</style>
background-color css
<style>
a { background-color: #EBA25E; }
a { background-color: rgb(235,162,94); }
div.DivClassName
{
background-color: #EBA25E;
}
.BgClassName
{
background-color: #EBA25E;
}
</style>
border-color css
<style>
span { border-color: #EBA25E; }
span { border-color: rgb(235,162,94); }
td.TdClassName
{
border-color: #EBA25E;
}
.TagClassName
{
border-color: #EBA25E;
}
</style>