Shades of Sandy Brown #ED9C6A
Tints of Sandy Brown #ED9C6A
RGB
CMYK
RGB Variations
Color information
#ED9C6A (or 0xED9C6A) is known color: Sandy Brown. HEX triplet: ED, 9C and 6A. RGB value is (237,156,106). Sum of RGB (Red+Green+Blue) = 237+156+106=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9C6A is #126395. Grayscale: #AEAEAE. Windows color (decimal): -1205142 or 6986989. OLE color: 6986989.
HSL color Cylindrical-coordinate representation of color #ED9C6A: hue angle of 22.9º 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 #ED9C6A is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 106 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.07 |
| HSL | 22.9º | 0.78% | 0.67% | - |
| HSV(B) | 22.9º | 0.55% | 0.93% | - |
| XYZ | 49.42 | 42.82 | 19.3 | - |
| YUV | 174.52 | 89.34 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 106 | 0 | 0.34 | 0.55 | 0.07 | 22.9 | 0.78 | 0.67 |
| Hex | ED | 9C | 6A | 0 | 22 | 37 | 7 | 17 | 4E | 43 |
| Octal | 355 | 234 | 152 | 0 | 42 | 67 | 7 | 27 | 116 | 103 |
| Binary | 11101101 | 10011100 | 1101010 | 0 | 100010 | 110111 | 111 | 10111 | 1001110 | 1000011 |
Color Harmonies of #ED9C6A
Complementary color
Monochromatic Colors of #ED9C6A
Black with #ED9C6A
Text Example
Text Example
White with #ED9C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9C6A; }
p { color: rgb(237,156,106); }
H1.HeaderClassName
{
color: #ED9C6A;
}
.AnyTagClassName
{
color: #ED9C6A;
}
</style>
background-color css
<style>
a { background-color: #ED9C6A; }
a { background-color: rgb(237,156,106); }
div.DivClassName
{
background-color: #ED9C6A;
}
.BgClassName
{
background-color: #ED9C6A;
}
</style>
border-color css
<style>
span { border-color: #ED9C6A; }
span { border-color: rgb(237,156,106); }
td.TdClassName
{
border-color: #ED9C6A;
}
.TagClassName
{
border-color: #ED9C6A;
}
</style>