Shades of Sandy Brown #EDA354
Tints of Sandy Brown #EDA354
RGB
CMYK
RGB Variations
Color information
#EDA354 (or 0xEDA354) is known color: Sandy Brown. HEX triplet: ED, A3 and 54. RGB value is (237,163,84). Sum of RGB (Red+Green+Blue) = 237+163+84=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA354 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA354 is #125CAB. Grayscale: #B0B0B0. Windows color (decimal): -1203372 or 5546989. OLE color: 5546989.
HSL color Cylindrical-coordinate representation of color #EDA354: hue angle of 30.98º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDA354 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 84 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.07 |
| HSL | 30.98º | 0.81% | 0.63% | - |
| HSV(B) | 30.98º | 0.65% | 0.93% | - |
| XYZ | 49.62 | 44.84 | 14.43 | - |
| YUV | 176.12 | 76.02 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 84 | 0 | 0.31 | 0.65 | 0.07 | 30.98 | 0.81 | 0.63 |
| Hex | ED | A3 | 54 | 0 | 1F | 41 | 7 | 1F | 51 | 3F |
| Octal | 355 | 243 | 124 | 0 | 37 | 101 | 7 | 37 | 121 | 77 |
| Binary | 11101101 | 10100011 | 1010100 | 0 | 11111 | 1000001 | 111 | 11111 | 1010001 | 111111 |
Color Harmonies of #EDA354
Complementary color
Monochromatic Colors of #EDA354
Black with #EDA354
Text Example
Text Example
White with #EDA354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA354; }
p { color: rgb(237,163,84); }
H1.HeaderClassName
{
color: #EDA354;
}
.AnyTagClassName
{
color: #EDA354;
}
</style>
background-color css
<style>
a { background-color: #EDA354; }
a { background-color: rgb(237,163,84); }
div.DivClassName
{
background-color: #EDA354;
}
.BgClassName
{
background-color: #EDA354;
}
</style>
border-color css
<style>
span { border-color: #EDA354; }
span { border-color: rgb(237,163,84); }
td.TdClassName
{
border-color: #EDA354;
}
.TagClassName
{
border-color: #EDA354;
}
</style>