Shades of Sandy Brown #EDA75B
Tints of Sandy Brown #EDA75B
RGB
CMYK
RGB Variations
Color information
#EDA75B (or 0xEDA75B) is known color: Sandy Brown. HEX triplet: ED, A7 and 5B. RGB value is (237,167,91). Sum of RGB (Red+Green+Blue) = 237+167+91=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA75B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA75B is #1258A4. Grayscale: #B3B3B3. Windows color (decimal): -1202341 or 6006765. OLE color: 6006765.
HSL color Cylindrical-coordinate representation of color #EDA75B: hue angle of 31.23º 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 #EDA75B is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 91 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.07 |
| HSL | 31.23º | 0.8% | 0.64% | - |
| HSV(B) | 31.23º | 0.62% | 0.93% | - |
| XYZ | 50.63 | 46.4 | 16.18 | - |
| YUV | 179.27 | 78.19 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 91 | 0 | 0.30 | 0.62 | 0.07 | 31.23 | 0.8 | 0.64 |
| Hex | ED | A7 | 5B | 0 | 1E | 3E | 7 | 1F | 50 | 40 |
| Octal | 355 | 247 | 133 | 0 | 36 | 76 | 7 | 37 | 120 | 100 |
| Binary | 11101101 | 10100111 | 1011011 | 0 | 11110 | 111110 | 111 | 11111 | 1010000 | 1000000 |
Color Harmonies of #EDA75B
Complementary color
Monochromatic Colors of #EDA75B
Black with #EDA75B
Text Example
Text Example
White with #EDA75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA75B; }
p { color: rgb(237,167,91); }
H1.HeaderClassName
{
color: #EDA75B;
}
.AnyTagClassName
{
color: #EDA75B;
}
</style>
background-color css
<style>
a { background-color: #EDA75B; }
a { background-color: rgb(237,167,91); }
div.DivClassName
{
background-color: #EDA75B;
}
.BgClassName
{
background-color: #EDA75B;
}
</style>
border-color css
<style>
span { border-color: #EDA75B; }
span { border-color: rgb(237,167,91); }
td.TdClassName
{
border-color: #EDA75B;
}
.TagClassName
{
border-color: #EDA75B;
}
</style>