Shades of Sandy Brown #EDA569
Tints of Sandy Brown #EDA569
RGB
CMYK
RGB Variations
Color information
#EDA569 (or 0xEDA569) is known color: Sandy Brown. HEX triplet: ED, A5 and 69. RGB value is (237,165,105). Sum of RGB (Red+Green+Blue) = 237+165+105=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA569 is #125A96. Grayscale: #B4B4B4. Windows color (decimal): -1202839 or 6923757. OLE color: 6923757.
HSL color Cylindrical-coordinate representation of color #EDA569: hue angle of 27.27º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDA569 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 105 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.07 |
| HSL | 27.27º | 0.79% | 0.67% | - |
| HSV(B) | 27.27º | 0.56% | 0.93% | - |
| XYZ | 50.93 | 45.93 | 19.55 | - |
| YUV | 179.69 | 85.85 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 105 | 0 | 0.30 | 0.56 | 0.07 | 27.27 | 0.79 | 0.67 |
| Hex | ED | A5 | 69 | 0 | 1E | 38 | 7 | 1B | 4F | 43 |
| Octal | 355 | 245 | 151 | 0 | 36 | 70 | 7 | 33 | 117 | 103 |
| Binary | 11101101 | 10100101 | 1101001 | 0 | 11110 | 111000 | 111 | 11011 | 1001111 | 1000011 |
Color Harmonies of #EDA569
Complementary color
Monochromatic Colors of #EDA569
Black with #EDA569
Text Example
Text Example
White with #EDA569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA569; }
p { color: rgb(237,165,105); }
H1.HeaderClassName
{
color: #EDA569;
}
.AnyTagClassName
{
color: #EDA569;
}
</style>
background-color css
<style>
a { background-color: #EDA569; }
a { background-color: rgb(237,165,105); }
div.DivClassName
{
background-color: #EDA569;
}
.BgClassName
{
background-color: #EDA569;
}
</style>
border-color css
<style>
span { border-color: #EDA569; }
span { border-color: rgb(237,165,105); }
td.TdClassName
{
border-color: #EDA569;
}
.TagClassName
{
border-color: #EDA569;
}
</style>