Shades of Sandy Brown #EDA75A
Tints of Sandy Brown #EDA75A
RGB
CMYK
RGB Variations
Color information
#EDA75A (or 0xEDA75A) is known color: Sandy Brown. HEX triplet: ED, A7 and 5A. RGB value is (237,167,90). Sum of RGB (Red+Green+Blue) = 237+167+90=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA75A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA75A is #1258A5. Grayscale: #B3B3B3. Windows color (decimal): -1202342 or 5941229. OLE color: 5941229.
HSL color Cylindrical-coordinate representation of color #EDA75A: hue angle of 31.43º 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 #EDA75A is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 90 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.07 |
| HSL | 31.43º | 0.8% | 0.64% | - |
| HSV(B) | 31.43º | 0.62% | 0.93% | - |
| XYZ | 50.59 | 46.38 | 15.96 | - |
| YUV | 179.15 | 77.69 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 90 | 0 | 0.30 | 0.62 | 0.07 | 31.43 | 0.8 | 0.64 |
| Hex | ED | A7 | 5A | 0 | 1E | 3E | 7 | 1F | 50 | 40 |
| Octal | 355 | 247 | 132 | 0 | 36 | 76 | 7 | 37 | 120 | 100 |
| Binary | 11101101 | 10100111 | 1011010 | 0 | 11110 | 111110 | 111 | 11111 | 1010000 | 1000000 |
Color Harmonies of #EDA75A
Complementary color
Monochromatic Colors of #EDA75A
Black with #EDA75A
Text Example
Text Example
White with #EDA75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA75A; }
p { color: rgb(237,167,90); }
H1.HeaderClassName
{
color: #EDA75A;
}
.AnyTagClassName
{
color: #EDA75A;
}
</style>
background-color css
<style>
a { background-color: #EDA75A; }
a { background-color: rgb(237,167,90); }
div.DivClassName
{
background-color: #EDA75A;
}
.BgClassName
{
background-color: #EDA75A;
}
</style>
border-color css
<style>
span { border-color: #EDA75A; }
span { border-color: rgb(237,167,90); }
td.TdClassName
{
border-color: #EDA75A;
}
.TagClassName
{
border-color: #EDA75A;
}
</style>