Shades of Sandy Brown #EDA16D
Tints of Sandy Brown #EDA16D
RGB
CMYK
RGB Variations
Color information
#EDA16D (or 0xEDA16D) is known color: Sandy Brown. HEX triplet: ED, A1 and 6D. RGB value is (237,161,109). Sum of RGB (Red+Green+Blue) = 237+161+109=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA16D is #125E92. Grayscale: #B2B2B2. Windows color (decimal): -1203859 or 7184877. OLE color: 7184877.
HSL color Cylindrical-coordinate representation of color #EDA16D: hue angle of 24.38º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDA16D is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 109 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.07 |
| HSL | 24.38º | 0.78% | 0.68% | - |
| HSV(B) | 24.38º | 0.54% | 0.93% | - |
| XYZ | 50.43 | 44.6 | 20.42 | - |
| YUV | 177.8 | 89.18 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 109 | 0 | 0.32 | 0.54 | 0.07 | 24.38 | 0.78 | 0.68 |
| Hex | ED | A1 | 6D | 0 | 20 | 36 | 7 | 18 | 4E | 44 |
| Octal | 355 | 241 | 155 | 0 | 40 | 66 | 7 | 30 | 116 | 104 |
| Binary | 11101101 | 10100001 | 1101101 | 0 | 100000 | 110110 | 111 | 11000 | 1001110 | 1000100 |
Color Harmonies of #EDA16D
Complementary color
Monochromatic Colors of #EDA16D
Black with #EDA16D
Text Example
Text Example
White with #EDA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA16D; }
p { color: rgb(237,161,109); }
H1.HeaderClassName
{
color: #EDA16D;
}
.AnyTagClassName
{
color: #EDA16D;
}
</style>
background-color css
<style>
a { background-color: #EDA16D; }
a { background-color: rgb(237,161,109); }
div.DivClassName
{
background-color: #EDA16D;
}
.BgClassName
{
background-color: #EDA16D;
}
</style>
border-color css
<style>
span { border-color: #EDA16D; }
span { border-color: rgb(237,161,109); }
td.TdClassName
{
border-color: #EDA16D;
}
.TagClassName
{
border-color: #EDA16D;
}
</style>