Shades of Sandy Brown #EDA26B
Tints of Sandy Brown #EDA26B
RGB
CMYK
RGB Variations
Color information
#EDA26B (or 0xEDA26B) is known color: Sandy Brown. HEX triplet: ED, A2 and 6B. RGB value is (237,162,107). Sum of RGB (Red+Green+Blue) = 237+162+107=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA26B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA26B is #125D94. Grayscale: #B2B2B2. Windows color (decimal): -1203605 or 7054061. OLE color: 7054061.
HSL color Cylindrical-coordinate representation of color #EDA26B: hue angle of 25.38º 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 #EDA26B is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 107 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.07 |
| HSL | 25.38º | 0.78% | 0.67% | - |
| HSV(B) | 25.38º | 0.55% | 0.93% | - |
| XYZ | 50.5 | 44.91 | 19.92 | - |
| YUV | 178.16 | 87.85 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 107 | 0 | 0.32 | 0.55 | 0.07 | 25.38 | 0.78 | 0.67 |
| Hex | ED | A2 | 6B | 0 | 20 | 37 | 7 | 19 | 4E | 43 |
| Octal | 355 | 242 | 153 | 0 | 40 | 67 | 7 | 31 | 116 | 103 |
| Binary | 11101101 | 10100010 | 1101011 | 0 | 100000 | 110111 | 111 | 11001 | 1001110 | 1000011 |
Color Harmonies of #EDA26B
Complementary color
Monochromatic Colors of #EDA26B
Black with #EDA26B
Text Example
Text Example
White with #EDA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA26B; }
p { color: rgb(237,162,107); }
H1.HeaderClassName
{
color: #EDA26B;
}
.AnyTagClassName
{
color: #EDA26B;
}
</style>
background-color css
<style>
a { background-color: #EDA26B; }
a { background-color: rgb(237,162,107); }
div.DivClassName
{
background-color: #EDA26B;
}
.BgClassName
{
background-color: #EDA26B;
}
</style>
border-color css
<style>
span { border-color: #EDA26B; }
span { border-color: rgb(237,162,107); }
td.TdClassName
{
border-color: #EDA26B;
}
.TagClassName
{
border-color: #EDA26B;
}
</style>