Shades of Sandy Brown #EDA768
Tints of Sandy Brown #EDA768
RGB
CMYK
RGB Variations
Color information
#EDA768 (or 0xEDA768) is known color: Sandy Brown. HEX triplet: ED, A7 and 68. RGB value is (237,167,104). Sum of RGB (Red+Green+Blue) = 237+167+104=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA768 is #125897. Grayscale: #B5B5B5. Windows color (decimal): -1202328 or 6858733. OLE color: 6858733.
HSL color Cylindrical-coordinate representation of color #EDA768: hue angle of 28.42º 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 #EDA768 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 104 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.07 |
| HSL | 28.42º | 0.79% | 0.67% | - |
| HSV(B) | 28.42º | 0.56% | 0.93% | - |
| XYZ | 51.24 | 46.64 | 19.4 | - |
| YUV | 180.75 | 84.69 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 104 | 0 | 0.30 | 0.56 | 0.07 | 28.42 | 0.79 | 0.67 |
| Hex | ED | A7 | 68 | 0 | 1E | 38 | 7 | 1C | 4F | 43 |
| Octal | 355 | 247 | 150 | 0 | 36 | 70 | 7 | 34 | 117 | 103 |
| Binary | 11101101 | 10100111 | 1101000 | 0 | 11110 | 111000 | 111 | 11100 | 1001111 | 1000011 |
Color Harmonies of #EDA768
Complementary color
Monochromatic Colors of #EDA768
Black with #EDA768
Text Example
Text Example
White with #EDA768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA768; }
p { color: rgb(237,167,104); }
H1.HeaderClassName
{
color: #EDA768;
}
.AnyTagClassName
{
color: #EDA768;
}
</style>
background-color css
<style>
a { background-color: #EDA768; }
a { background-color: rgb(237,167,104); }
div.DivClassName
{
background-color: #EDA768;
}
.BgClassName
{
background-color: #EDA768;
}
</style>
border-color css
<style>
span { border-color: #EDA768; }
span { border-color: rgb(237,167,104); }
td.TdClassName
{
border-color: #EDA768;
}
.TagClassName
{
border-color: #EDA768;
}
</style>