Shades of Sandy Brown #EDA268
Tints of Sandy Brown #EDA268
RGB
CMYK
RGB Variations
Color information
#EDA268 (or 0xEDA268) is known color: Sandy Brown. HEX triplet: ED, A2 and 68. RGB value is (237,162,104). Sum of RGB (Red+Green+Blue) = 237+162+104=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA268 is #125D97. Grayscale: #B2B2B2. Windows color (decimal): -1203608 or 6857453. OLE color: 6857453.
HSL color Cylindrical-coordinate representation of color #EDA268: hue angle of 26.17º 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 #EDA268 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 104 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.07 |
| HSL | 26.17º | 0.79% | 0.67% | - |
| HSV(B) | 26.17º | 0.56% | 0.93% | - |
| XYZ | 50.34 | 44.84 | 19.1 | - |
| YUV | 177.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 104 | 0 | 0.32 | 0.56 | 0.07 | 26.17 | 0.79 | 0.67 |
| Hex | ED | A2 | 68 | 0 | 20 | 38 | 7 | 1A | 4F | 43 |
| Octal | 355 | 242 | 150 | 0 | 40 | 70 | 7 | 32 | 117 | 103 |
| Binary | 11101101 | 10100010 | 1101000 | 0 | 100000 | 111000 | 111 | 11010 | 1001111 | 1000011 |
Color Harmonies of #EDA268
Complementary color
Monochromatic Colors of #EDA268
Black with #EDA268
Text Example
Text Example
White with #EDA268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA268; }
p { color: rgb(237,162,104); }
H1.HeaderClassName
{
color: #EDA268;
}
.AnyTagClassName
{
color: #EDA268;
}
</style>
background-color css
<style>
a { background-color: #EDA268; }
a { background-color: rgb(237,162,104); }
div.DivClassName
{
background-color: #EDA268;
}
.BgClassName
{
background-color: #EDA268;
}
</style>
border-color css
<style>
span { border-color: #EDA268; }
span { border-color: rgb(237,162,104); }
td.TdClassName
{
border-color: #EDA268;
}
.TagClassName
{
border-color: #EDA268;
}
</style>