Shades of Sandy Brown #EDA56B
Tints of Sandy Brown #EDA56B
RGB
CMYK
RGB Variations
Color information
#EDA56B (or 0xEDA56B) is known color: Sandy Brown. HEX triplet: ED, A5 and 6B. RGB value is (237,165,107). Sum of RGB (Red+Green+Blue) = 237+165+107=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA56B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA56B is #125A94. Grayscale: #B4B4B4. Windows color (decimal): -1202837 or 7054829. OLE color: 7054829.
HSL color Cylindrical-coordinate representation of color #EDA56B: hue angle of 26.77º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDA56B is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 107 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.07 |
| HSL | 26.77º | 0.78% | 0.67% | - |
| HSV(B) | 26.77º | 0.55% | 0.93% | - |
| XYZ | 51.03 | 45.98 | 20.09 | - |
| YUV | 179.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 107 | 0 | 0.30 | 0.55 | 0.07 | 26.77 | 0.78 | 0.67 |
| Hex | ED | A5 | 6B | 0 | 1E | 37 | 7 | 1B | 4E | 43 |
| Octal | 355 | 245 | 153 | 0 | 36 | 67 | 7 | 33 | 116 | 103 |
| Binary | 11101101 | 10100101 | 1101011 | 0 | 11110 | 110111 | 111 | 11011 | 1001110 | 1000011 |
Color Harmonies of #EDA56B
Complementary color
Monochromatic Colors of #EDA56B
Black with #EDA56B
Text Example
Text Example
White with #EDA56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA56B; }
p { color: rgb(237,165,107); }
H1.HeaderClassName
{
color: #EDA56B;
}
.AnyTagClassName
{
color: #EDA56B;
}
</style>
background-color css
<style>
a { background-color: #EDA56B; }
a { background-color: rgb(237,165,107); }
div.DivClassName
{
background-color: #EDA56B;
}
.BgClassName
{
background-color: #EDA56B;
}
</style>
border-color css
<style>
span { border-color: #EDA56B; }
span { border-color: rgb(237,165,107); }
td.TdClassName
{
border-color: #EDA56B;
}
.TagClassName
{
border-color: #EDA56B;
}
</style>