Shades of Sandy Brown #EBA15A
Tints of Sandy Brown #EBA15A
RGB
CMYK
RGB Variations
Color information
#EBA15A (or 0xEBA15A) is known color: Sandy Brown. HEX triplet: EB, A1 and 5A. RGB value is (235,161,90). Sum of RGB (Red+Green+Blue) = 235+161+90=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA15A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA15A is #145EA5. Grayscale: #AFAFAF. Windows color (decimal): -1334950 or 5939691. OLE color: 5939691.
HSL color Cylindrical-coordinate representation of color #EBA15A: hue angle of 29.38º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EBA15A is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 90 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.08 |
| HSL | 29.38º | 0.78% | 0.64% | - |
| HSV(B) | 29.38º | 0.62% | 0.92% | - |
| XYZ | 48.85 | 43.89 | 15.57 | - |
| YUV | 175.03 | 80.02 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 90 | 0 | 0.31 | 0.62 | 0.08 | 29.38 | 0.78 | 0.64 |
| Hex | EB | A1 | 5A | 0 | 1F | 3E | 8 | 1D | 4E | 40 |
| Octal | 353 | 241 | 132 | 0 | 37 | 76 | 10 | 35 | 116 | 100 |
| Binary | 11101011 | 10100001 | 1011010 | 0 | 11111 | 111110 | 1000 | 11101 | 1001110 | 1000000 |
Color Harmonies of #EBA15A
Complementary color
Monochromatic Colors of #EBA15A
Black with #EBA15A
Text Example
Text Example
White with #EBA15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA15A; }
p { color: rgb(235,161,90); }
H1.HeaderClassName
{
color: #EBA15A;
}
.AnyTagClassName
{
color: #EBA15A;
}
</style>
background-color css
<style>
a { background-color: #EBA15A; }
a { background-color: rgb(235,161,90); }
div.DivClassName
{
background-color: #EBA15A;
}
.BgClassName
{
background-color: #EBA15A;
}
</style>
border-color css
<style>
span { border-color: #EBA15A; }
span { border-color: rgb(235,161,90); }
td.TdClassName
{
border-color: #EBA15A;
}
.TagClassName
{
border-color: #EBA15A;
}
</style>