Shades of Sandy Brown #EDA56A
Tints of Sandy Brown #EDA56A
RGB
CMYK
RGB Variations
Color information
#EDA56A (or 0xEDA56A) is known color: Sandy Brown. HEX triplet: ED, A5 and 6A. RGB value is (237,165,106). Sum of RGB (Red+Green+Blue) = 237+165+106=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA56A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA56A is #125A95. Grayscale: #B4B4B4. Windows color (decimal): -1202838 or 6989293. OLE color: 6989293.
HSL color Cylindrical-coordinate representation of color #EDA56A: hue angle of 27.02º 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 #EDA56A is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 106 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.07 |
| HSL | 27.02º | 0.78% | 0.67% | - |
| HSV(B) | 27.02º | 0.55% | 0.93% | - |
| XYZ | 50.98 | 45.96 | 19.82 | - |
| YUV | 179.8 | 86.35 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 106 | 0 | 0.30 | 0.55 | 0.07 | 27.02 | 0.78 | 0.67 |
| Hex | ED | A5 | 6A | 0 | 1E | 37 | 7 | 1B | 4E | 43 |
| Octal | 355 | 245 | 152 | 0 | 36 | 67 | 7 | 33 | 116 | 103 |
| Binary | 11101101 | 10100101 | 1101010 | 0 | 11110 | 110111 | 111 | 11011 | 1001110 | 1000011 |
Color Harmonies of #EDA56A
Complementary color
Monochromatic Colors of #EDA56A
Black with #EDA56A
Text Example
Text Example
White with #EDA56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA56A; }
p { color: rgb(237,165,106); }
H1.HeaderClassName
{
color: #EDA56A;
}
.AnyTagClassName
{
color: #EDA56A;
}
</style>
background-color css
<style>
a { background-color: #EDA56A; }
a { background-color: rgb(237,165,106); }
div.DivClassName
{
background-color: #EDA56A;
}
.BgClassName
{
background-color: #EDA56A;
}
</style>
border-color css
<style>
span { border-color: #EDA56A; }
span { border-color: rgb(237,165,106); }
td.TdClassName
{
border-color: #EDA56A;
}
.TagClassName
{
border-color: #EDA56A;
}
</style>