Shades of Sandy Brown #EDA46B
Tints of Sandy Brown #EDA46B
RGB
CMYK
RGB Variations
Color information
#EDA46B (or 0xEDA46B) is known color: Sandy Brown. HEX triplet: ED, A4 and 6B. RGB value is (237,164,107). Sum of RGB (Red+Green+Blue) = 237+164+107=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA46B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA46B is #125B94. Grayscale: #B3B3B3. Windows color (decimal): -1203093 or 7054573. OLE color: 7054573.
HSL color Cylindrical-coordinate representation of color #EDA46B: hue angle of 26.31º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDA46B is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 107 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.07 |
| HSL | 26.31º | 0.78% | 0.67% | - |
| HSV(B) | 26.31º | 0.55% | 0.93% | - |
| XYZ | 50.85 | 45.62 | 20.03 | - |
| YUV | 179.33 | 87.18 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 107 | 0 | 0.31 | 0.55 | 0.07 | 26.31 | 0.78 | 0.67 |
| Hex | ED | A4 | 6B | 0 | 1F | 37 | 7 | 1A | 4E | 43 |
| Octal | 355 | 244 | 153 | 0 | 37 | 67 | 7 | 32 | 116 | 103 |
| Binary | 11101101 | 10100100 | 1101011 | 0 | 11111 | 110111 | 111 | 11010 | 1001110 | 1000011 |
Color Harmonies of #EDA46B
Complementary color
Monochromatic Colors of #EDA46B
Black with #EDA46B
Text Example
Text Example
White with #EDA46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA46B; }
p { color: rgb(237,164,107); }
H1.HeaderClassName
{
color: #EDA46B;
}
.AnyTagClassName
{
color: #EDA46B;
}
</style>
background-color css
<style>
a { background-color: #EDA46B; }
a { background-color: rgb(237,164,107); }
div.DivClassName
{
background-color: #EDA46B;
}
.BgClassName
{
background-color: #EDA46B;
}
</style>
border-color css
<style>
span { border-color: #EDA46B; }
span { border-color: rgb(237,164,107); }
td.TdClassName
{
border-color: #EDA46B;
}
.TagClassName
{
border-color: #EDA46B;
}
</style>