Shades of Sandy Brown #EAA26B
Tints of Sandy Brown #EAA26B
RGB
CMYK
RGB Variations
Color information
#EAA26B (or 0xEAA26B) is known color: Sandy Brown. HEX triplet: EA, A2 and 6B. RGB value is (234,162,107). Sum of RGB (Red+Green+Blue) = 234+162+107=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA26B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA26B is #155D94. Grayscale: #B1B1B1. Windows color (decimal): -1400213 or 7054058. OLE color: 7054058.
HSL color Cylindrical-coordinate representation of color #EAA26B: hue angle of 25.98º 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 #EAA26B is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 162 | 107 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.08 |
| HSL | 25.98º | 0.75% | 0.67% | - |
| HSV(B) | 25.98º | 0.54% | 0.92% | - |
| XYZ | 49.51 | 44.39 | 19.87 | - |
| YUV | 177.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 107 | 0 | 0.31 | 0.54 | 0.08 | 25.98 | 0.75 | 0.67 |
| Hex | EA | A2 | 6B | 0 | 1F | 36 | 8 | 1A | 4B | 43 |
| Octal | 352 | 242 | 153 | 0 | 37 | 66 | 10 | 32 | 113 | 103 |
| Binary | 11101010 | 10100010 | 1101011 | 0 | 11111 | 110110 | 1000 | 11010 | 1001011 | 1000011 |
Color Harmonies of #EAA26B
Complementary color
Monochromatic Colors of #EAA26B
Black with #EAA26B
Text Example
Text Example
White with #EAA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA26B; }
p { color: rgb(234,162,107); }
H1.HeaderClassName
{
color: #EAA26B;
}
.AnyTagClassName
{
color: #EAA26B;
}
</style>
background-color css
<style>
a { background-color: #EAA26B; }
a { background-color: rgb(234,162,107); }
div.DivClassName
{
background-color: #EAA26B;
}
.BgClassName
{
background-color: #EAA26B;
}
</style>
border-color css
<style>
span { border-color: #EAA26B; }
span { border-color: rgb(234,162,107); }
td.TdClassName
{
border-color: #EAA26B;
}
.TagClassName
{
border-color: #EAA26B;
}
</style>