Shades of Sandy Brown #EDA068
Tints of Sandy Brown #EDA068
RGB
CMYK
RGB Variations
Color information
#EDA068 (or 0xEDA068) is known color: Sandy Brown. HEX triplet: ED, A0 and 68. RGB value is (237,160,104). Sum of RGB (Red+Green+Blue) = 237+160+104=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA068 is #125F97. Grayscale: #B0B0B0. Windows color (decimal): -1204120 or 6856941. OLE color: 6856941.
HSL color Cylindrical-coordinate representation of color #EDA068: hue angle of 25.26º 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 #EDA068 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 104 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.07 |
| HSL | 25.26º | 0.79% | 0.67% | - |
| HSV(B) | 25.26º | 0.56% | 0.93% | - |
| XYZ | 49.99 | 44.15 | 18.98 | - |
| YUV | 176.64 | 87.01 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 104 | 0 | 0.32 | 0.56 | 0.07 | 25.26 | 0.79 | 0.67 |
| Hex | ED | A0 | 68 | 0 | 20 | 38 | 7 | 19 | 4F | 43 |
| Octal | 355 | 240 | 150 | 0 | 40 | 70 | 7 | 31 | 117 | 103 |
| Binary | 11101101 | 10100000 | 1101000 | 0 | 100000 | 111000 | 111 | 11001 | 1001111 | 1000011 |
Color Harmonies of #EDA068
Complementary color
Monochromatic Colors of #EDA068
Black with #EDA068
Text Example
Text Example
White with #EDA068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA068; }
p { color: rgb(237,160,104); }
H1.HeaderClassName
{
color: #EDA068;
}
.AnyTagClassName
{
color: #EDA068;
}
</style>
background-color css
<style>
a { background-color: #EDA068; }
a { background-color: rgb(237,160,104); }
div.DivClassName
{
background-color: #EDA068;
}
.BgClassName
{
background-color: #EDA068;
}
</style>
border-color css
<style>
span { border-color: #EDA068; }
span { border-color: rgb(237,160,104); }
td.TdClassName
{
border-color: #EDA068;
}
.TagClassName
{
border-color: #EDA068;
}
</style>