Shades of Sandy Brown #ED9A6A
Tints of Sandy Brown #ED9A6A
RGB
CMYK
RGB Variations
Color information
#ED9A6A (or 0xED9A6A) is known color: Sandy Brown. HEX triplet: ED, 9A and 6A. RGB value is (237,154,106). Sum of RGB (Red+Green+Blue) = 237+154+106=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9A6A is #126595. Grayscale: #ADADAD. Windows color (decimal): -1205654 or 6986477. OLE color: 6986477.
HSL color Cylindrical-coordinate representation of color #ED9A6A: hue angle of 21.98º 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 #ED9A6A is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 154 | 106 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.07 |
| HSL | 21.98º | 0.78% | 0.67% | - |
| HSV(B) | 21.98º | 0.55% | 0.93% | - |
| XYZ | 49.08 | 42.16 | 19.19 | - |
| YUV | 173.35 | 90 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 154 | 106 | 0 | 0.35 | 0.55 | 0.07 | 21.98 | 0.78 | 0.67 |
| Hex | ED | 9A | 6A | 0 | 23 | 37 | 7 | 16 | 4E | 43 |
| Octal | 355 | 232 | 152 | 0 | 43 | 67 | 7 | 26 | 116 | 103 |
| Binary | 11101101 | 10011010 | 1101010 | 0 | 100011 | 110111 | 111 | 10110 | 1001110 | 1000011 |
Color Harmonies of #ED9A6A
Complementary color
Monochromatic Colors of #ED9A6A
Black with #ED9A6A
Text Example
Text Example
White with #ED9A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9A6A; }
p { color: rgb(237,154,106); }
H1.HeaderClassName
{
color: #ED9A6A;
}
.AnyTagClassName
{
color: #ED9A6A;
}
</style>
background-color css
<style>
a { background-color: #ED9A6A; }
a { background-color: rgb(237,154,106); }
div.DivClassName
{
background-color: #ED9A6A;
}
.BgClassName
{
background-color: #ED9A6A;
}
</style>
border-color css
<style>
span { border-color: #ED9A6A; }
span { border-color: rgb(237,154,106); }
td.TdClassName
{
border-color: #ED9A6A;
}
.TagClassName
{
border-color: #ED9A6A;
}
</style>