Shades of Sandy Brown #EDA454
Tints of Sandy Brown #EDA454
RGB
CMYK
RGB Variations
Color information
#EDA454 (or 0xEDA454) is known color: Sandy Brown. HEX triplet: ED, A4 and 54. RGB value is (237,164,84). Sum of RGB (Red+Green+Blue) = 237+164+84=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA454 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA454 is #125BAB. Grayscale: #B1B1B1. Windows color (decimal): -1203116 or 5547245. OLE color: 5547245.
HSL color Cylindrical-coordinate representation of color #EDA454: hue angle of 31.37º 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 #EDA454 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 84 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.07 |
| HSL | 31.37º | 0.81% | 0.63% | - |
| HSV(B) | 31.37º | 0.65% | 0.93% | - |
| XYZ | 49.8 | 45.2 | 14.49 | - |
| YUV | 176.71 | 75.68 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 84 | 0 | 0.31 | 0.65 | 0.07 | 31.37 | 0.81 | 0.63 |
| Hex | ED | A4 | 54 | 0 | 1F | 41 | 7 | 1F | 51 | 3F |
| Octal | 355 | 244 | 124 | 0 | 37 | 101 | 7 | 37 | 121 | 77 |
| Binary | 11101101 | 10100100 | 1010100 | 0 | 11111 | 1000001 | 111 | 11111 | 1010001 | 111111 |
Color Harmonies of #EDA454
Complementary color
Monochromatic Colors of #EDA454
Black with #EDA454
Text Example
Text Example
White with #EDA454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA454; }
p { color: rgb(237,164,84); }
H1.HeaderClassName
{
color: #EDA454;
}
.AnyTagClassName
{
color: #EDA454;
}
</style>
background-color css
<style>
a { background-color: #EDA454; }
a { background-color: rgb(237,164,84); }
div.DivClassName
{
background-color: #EDA454;
}
.BgClassName
{
background-color: #EDA454;
}
</style>
border-color css
<style>
span { border-color: #EDA454; }
span { border-color: rgb(237,164,84); }
td.TdClassName
{
border-color: #EDA454;
}
.TagClassName
{
border-color: #EDA454;
}
</style>