Shades of Sandy Brown #EDA566
Tints of Sandy Brown #EDA566
RGB
CMYK
RGB Variations
Color information
#EDA566 (or 0xEDA566) is known color: Sandy Brown. HEX triplet: ED, A5 and 66. RGB value is (237,165,102). Sum of RGB (Red+Green+Blue) = 237+165+102=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA566 is #125A99. Grayscale: #B3B3B3. Windows color (decimal): -1202842 or 6727149. OLE color: 6727149.
HSL color Cylindrical-coordinate representation of color #EDA566: hue angle of 28º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDA566 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 102 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.07 |
| HSL | 28º | 0.79% | 0.66% | - |
| HSV(B) | 28º | 0.57% | 0.93% | - |
| XYZ | 50.78 | 45.87 | 18.75 | - |
| YUV | 179.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 102 | 0 | 0.30 | 0.57 | 0.07 | 28 | 0.79 | 0.66 |
| Hex | ED | A5 | 66 | 0 | 1E | 39 | 7 | 1C | 4F | 42 |
| Octal | 355 | 245 | 146 | 0 | 36 | 71 | 7 | 34 | 117 | 102 |
| Binary | 11101101 | 10100101 | 1100110 | 0 | 11110 | 111001 | 111 | 11100 | 1001111 | 1000010 |
Color Harmonies of #EDA566
Complementary color
Monochromatic Colors of #EDA566
Black with #EDA566
Text Example
Text Example
White with #EDA566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA566; }
p { color: rgb(237,165,102); }
H1.HeaderClassName
{
color: #EDA566;
}
.AnyTagClassName
{
color: #EDA566;
}
</style>
background-color css
<style>
a { background-color: #EDA566; }
a { background-color: rgb(237,165,102); }
div.DivClassName
{
background-color: #EDA566;
}
.BgClassName
{
background-color: #EDA566;
}
</style>
border-color css
<style>
span { border-color: #EDA566; }
span { border-color: rgb(237,165,102); }
td.TdClassName
{
border-color: #EDA566;
}
.TagClassName
{
border-color: #EDA566;
}
</style>