Shades of Sandy Brown #EDA55A
Tints of Sandy Brown #EDA55A
RGB
CMYK
RGB Variations
Color information
#EDA55A (or 0xEDA55A) is known color: Sandy Brown. HEX triplet: ED, A5 and 5A. RGB value is (237,165,90). Sum of RGB (Red+Green+Blue) = 237+165+90=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA55A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA55A is #125AA5. Grayscale: #B2B2B2. Windows color (decimal): -1202854 or 5940717. OLE color: 5940717.
HSL color Cylindrical-coordinate representation of color #EDA55A: hue angle of 30.61º 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 #EDA55A is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 90 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.07 |
| HSL | 30.61º | 0.8% | 0.64% | - |
| HSV(B) | 30.61º | 0.62% | 0.93% | - |
| XYZ | 50.23 | 45.65 | 15.84 | - |
| YUV | 177.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 90 | 0 | 0.30 | 0.62 | 0.07 | 30.61 | 0.8 | 0.64 |
| Hex | ED | A5 | 5A | 0 | 1E | 3E | 7 | 1F | 50 | 40 |
| Octal | 355 | 245 | 132 | 0 | 36 | 76 | 7 | 37 | 120 | 100 |
| Binary | 11101101 | 10100101 | 1011010 | 0 | 11110 | 111110 | 111 | 11111 | 1010000 | 1000000 |
Color Harmonies of #EDA55A
Complementary color
Monochromatic Colors of #EDA55A
Black with #EDA55A
Text Example
Text Example
White with #EDA55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA55A; }
p { color: rgb(237,165,90); }
H1.HeaderClassName
{
color: #EDA55A;
}
.AnyTagClassName
{
color: #EDA55A;
}
</style>
background-color css
<style>
a { background-color: #EDA55A; }
a { background-color: rgb(237,165,90); }
div.DivClassName
{
background-color: #EDA55A;
}
.BgClassName
{
background-color: #EDA55A;
}
</style>
border-color css
<style>
span { border-color: #EDA55A; }
span { border-color: rgb(237,165,90); }
td.TdClassName
{
border-color: #EDA55A;
}
.TagClassName
{
border-color: #EDA55A;
}
</style>