Shades of Sandy Brown #EDA15A
Tints of Sandy Brown #EDA15A
RGB
CMYK
RGB Variations
Color information
#EDA15A (or 0xEDA15A) is known color: Sandy Brown. HEX triplet: ED, A1 and 5A. RGB value is (237,161,90). Sum of RGB (Red+Green+Blue) = 237+161+90=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA15A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA15A is #125EA5. Grayscale: #AFAFAF. Windows color (decimal): -1203878 or 5939693. OLE color: 5939693.
HSL color Cylindrical-coordinate representation of color #EDA15A: hue angle of 28.98º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDA15A is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 90 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.07 |
| HSL | 28.98º | 0.8% | 0.64% | - |
| HSV(B) | 28.98º | 0.62% | 0.93% | - |
| XYZ | 49.52 | 44.23 | 15.6 | - |
| YUV | 175.63 | 79.68 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 90 | 0 | 0.32 | 0.62 | 0.07 | 28.98 | 0.8 | 0.64 |
| Hex | ED | A1 | 5A | 0 | 20 | 3E | 7 | 1D | 50 | 40 |
| Octal | 355 | 241 | 132 | 0 | 40 | 76 | 7 | 35 | 120 | 100 |
| Binary | 11101101 | 10100001 | 1011010 | 0 | 100000 | 111110 | 111 | 11101 | 1010000 | 1000000 |
Color Harmonies of #EDA15A
Complementary color
Monochromatic Colors of #EDA15A
Black with #EDA15A
Text Example
Text Example
White with #EDA15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA15A; }
p { color: rgb(237,161,90); }
H1.HeaderClassName
{
color: #EDA15A;
}
.AnyTagClassName
{
color: #EDA15A;
}
</style>
background-color css
<style>
a { background-color: #EDA15A; }
a { background-color: rgb(237,161,90); }
div.DivClassName
{
background-color: #EDA15A;
}
.BgClassName
{
background-color: #EDA15A;
}
</style>
border-color css
<style>
span { border-color: #EDA15A; }
span { border-color: rgb(237,161,90); }
td.TdClassName
{
border-color: #EDA15A;
}
.TagClassName
{
border-color: #EDA15A;
}
</style>