Shades of Sandy Brown #EBA25B
Tints of Sandy Brown #EBA25B
RGB
CMYK
RGB Variations
Color information
#EBA25B (or 0xEBA25B) is known color: Sandy Brown. HEX triplet: EB, A2 and 5B. RGB value is (235,162,91). Sum of RGB (Red+Green+Blue) = 235+162+91=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA25B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA25B is #145DA4. Grayscale: #B0B0B0. Windows color (decimal): -1334693 or 6005483. OLE color: 6005483.
HSL color Cylindrical-coordinate representation of color #EBA25B: hue angle of 29.58º 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 #EBA25B is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 91 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.08 |
| HSL | 29.58º | 0.78% | 0.64% | - |
| HSV(B) | 29.58º | 0.61% | 0.92% | - |
| XYZ | 49.07 | 44.26 | 15.85 | - |
| YUV | 175.73 | 80.18 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 91 | 0 | 0.31 | 0.61 | 0.08 | 29.58 | 0.78 | 0.64 |
| Hex | EB | A2 | 5B | 0 | 1F | 3D | 8 | 1E | 4E | 40 |
| Octal | 353 | 242 | 133 | 0 | 37 | 75 | 10 | 36 | 116 | 100 |
| Binary | 11101011 | 10100010 | 1011011 | 0 | 11111 | 111101 | 1000 | 11110 | 1001110 | 1000000 |
Color Harmonies of #EBA25B
Complementary color
Monochromatic Colors of #EBA25B
Black with #EBA25B
Text Example
Text Example
White with #EBA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA25B; }
p { color: rgb(235,162,91); }
H1.HeaderClassName
{
color: #EBA25B;
}
.AnyTagClassName
{
color: #EBA25B;
}
</style>
background-color css
<style>
a { background-color: #EBA25B; }
a { background-color: rgb(235,162,91); }
div.DivClassName
{
background-color: #EBA25B;
}
.BgClassName
{
background-color: #EBA25B;
}
</style>
border-color css
<style>
span { border-color: #EBA25B; }
span { border-color: rgb(235,162,91); }
td.TdClassName
{
border-color: #EBA25B;
}
.TagClassName
{
border-color: #EBA25B;
}
</style>