Shades of Sandy Brown #EDA26A
Tints of Sandy Brown #EDA26A
RGB
CMYK
RGB Variations
Color information
#EDA26A (or 0xEDA26A) is known color: Sandy Brown. HEX triplet: ED, A2 and 6A. RGB value is (237,162,106). Sum of RGB (Red+Green+Blue) = 237+162+106=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA26A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA26A is #125D95. Grayscale: #B2B2B2. Windows color (decimal): -1203606 or 6988525. OLE color: 6988525.
HSL color Cylindrical-coordinate representation of color #EDA26A: hue angle of 25.65º 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 #EDA26A is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 106 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.07 |
| HSL | 25.65º | 0.78% | 0.67% | - |
| HSV(B) | 25.65º | 0.55% | 0.93% | - |
| XYZ | 50.45 | 44.89 | 19.64 | - |
| YUV | 178.04 | 87.35 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 106 | 0 | 0.32 | 0.55 | 0.07 | 25.65 | 0.78 | 0.67 |
| Hex | ED | A2 | 6A | 0 | 20 | 37 | 7 | 1A | 4E | 43 |
| Octal | 355 | 242 | 152 | 0 | 40 | 67 | 7 | 32 | 116 | 103 |
| Binary | 11101101 | 10100010 | 1101010 | 0 | 100000 | 110111 | 111 | 11010 | 1001110 | 1000011 |
Color Harmonies of #EDA26A
Complementary color
Monochromatic Colors of #EDA26A
Black with #EDA26A
Text Example
Text Example
White with #EDA26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA26A; }
p { color: rgb(237,162,106); }
H1.HeaderClassName
{
color: #EDA26A;
}
.AnyTagClassName
{
color: #EDA26A;
}
</style>
background-color css
<style>
a { background-color: #EDA26A; }
a { background-color: rgb(237,162,106); }
div.DivClassName
{
background-color: #EDA26A;
}
.BgClassName
{
background-color: #EDA26A;
}
</style>
border-color css
<style>
span { border-color: #EDA26A; }
span { border-color: rgb(237,162,106); }
td.TdClassName
{
border-color: #EDA26A;
}
.TagClassName
{
border-color: #EDA26A;
}
</style>