Shades of Sandy Brown #EAA46D
Tints of Sandy Brown #EAA46D
RGB
CMYK
RGB Variations
Color information
#EAA46D (or 0xEAA46D) is known color: Sandy Brown. HEX triplet: EA, A4 and 6D. RGB value is (234,164,109). Sum of RGB (Red+Green+Blue) = 234+164+109=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA46D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA46D is #155B92. Grayscale: #B2B2B2. Windows color (decimal): -1399699 or 7185642. OLE color: 7185642.
HSL color Cylindrical-coordinate representation of color #EAA46D: hue angle of 26.4º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAA46D is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 109 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.08 |
| HSL | 26.4º | 0.75% | 0.67% | - |
| HSV(B) | 26.4º | 0.53% | 0.92% | - |
| XYZ | 49.97 | 45.15 | 20.55 | - |
| YUV | 178.66 | 88.69 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 109 | 0 | 0.30 | 0.53 | 0.08 | 26.4 | 0.75 | 0.67 |
| Hex | EA | A4 | 6D | 0 | 1E | 35 | 8 | 1A | 4B | 43 |
| Octal | 352 | 244 | 155 | 0 | 36 | 65 | 10 | 32 | 113 | 103 |
| Binary | 11101010 | 10100100 | 1101101 | 0 | 11110 | 110101 | 1000 | 11010 | 1001011 | 1000011 |
Color Harmonies of #EAA46D
Complementary color
Monochromatic Colors of #EAA46D
Black with #EAA46D
Text Example
Text Example
White with #EAA46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA46D; }
p { color: rgb(234,164,109); }
H1.HeaderClassName
{
color: #EAA46D;
}
.AnyTagClassName
{
color: #EAA46D;
}
</style>
background-color css
<style>
a { background-color: #EAA46D; }
a { background-color: rgb(234,164,109); }
div.DivClassName
{
background-color: #EAA46D;
}
.BgClassName
{
background-color: #EAA46D;
}
</style>
border-color css
<style>
span { border-color: #EAA46D; }
span { border-color: rgb(234,164,109); }
td.TdClassName
{
border-color: #EAA46D;
}
.TagClassName
{
border-color: #EAA46D;
}
</style>