Shades of Sandy Brown #EA9E6B
Tints of Sandy Brown #EA9E6B
RGB
CMYK
RGB Variations
Color information
#EA9E6B (or 0xEA9E6B) is known color: Sandy Brown. HEX triplet: EA, 9E and 6B. RGB value is (234,158,107). Sum of RGB (Red+Green+Blue) = 234+158+107=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9E6B is #156194. Grayscale: #AFAFAF. Windows color (decimal): -1401237 or 7053034. OLE color: 7053034.
HSL color Cylindrical-coordinate representation of color #EA9E6B: hue angle of 24.09º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA9E6B is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 107 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.08 |
| HSL | 24.09º | 0.75% | 0.67% | - |
| HSV(B) | 24.09º | 0.54% | 0.92% | - |
| XYZ | 48.81 | 43.01 | 19.64 | - |
| YUV | 174.91 | 89.68 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 107 | 0 | 0.32 | 0.54 | 0.08 | 24.09 | 0.75 | 0.67 |
| Hex | EA | 9E | 6B | 0 | 20 | 36 | 8 | 18 | 4B | 43 |
| Octal | 352 | 236 | 153 | 0 | 40 | 66 | 10 | 30 | 113 | 103 |
| Binary | 11101010 | 10011110 | 1101011 | 0 | 100000 | 110110 | 1000 | 11000 | 1001011 | 1000011 |
Color Harmonies of #EA9E6B
Complementary color
Monochromatic Colors of #EA9E6B
Black with #EA9E6B
Text Example
Text Example
White with #EA9E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9E6B; }
p { color: rgb(234,158,107); }
H1.HeaderClassName
{
color: #EA9E6B;
}
.AnyTagClassName
{
color: #EA9E6B;
}
</style>
background-color css
<style>
a { background-color: #EA9E6B; }
a { background-color: rgb(234,158,107); }
div.DivClassName
{
background-color: #EA9E6B;
}
.BgClassName
{
background-color: #EA9E6B;
}
</style>
border-color css
<style>
span { border-color: #EA9E6B; }
span { border-color: rgb(234,158,107); }
td.TdClassName
{
border-color: #EA9E6B;
}
.TagClassName
{
border-color: #EA9E6B;
}
</style>