Shades of Sandy Brown #EAA769
Tints of Sandy Brown #EAA769
RGB
CMYK
RGB Variations
Color information
#EAA769 (or 0xEAA769) is known color: Sandy Brown. HEX triplet: EA, A7 and 69. RGB value is (234,167,105). Sum of RGB (Red+Green+Blue) = 234+167+105=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 105 (41.41% from 255 or 20.75% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA769 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA769 is #155896. Grayscale: #B4B4B4. Windows color (decimal): -1398935 or 6924266. OLE color: 6924266.
HSL color Cylindrical-coordinate representation of color #EAA769: hue angle of 28.84º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EAA769 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 105 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.08 |
| HSL | 28.84º | 0.75% | 0.66% | - |
| HSV(B) | 28.84º | 0.55% | 0.92% | - |
| XYZ | 50.3 | 46.15 | 19.62 | - |
| YUV | 179.97 | 85.7 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 105 | 0 | 0.29 | 0.55 | 0.08 | 28.84 | 0.75 | 0.66 |
| Hex | EA | A7 | 69 | 0 | 1D | 37 | 8 | 1D | 4B | 42 |
| Octal | 352 | 247 | 151 | 0 | 35 | 67 | 10 | 35 | 113 | 102 |
| Binary | 11101010 | 10100111 | 1101001 | 0 | 11101 | 110111 | 1000 | 11101 | 1001011 | 1000010 |
Color Harmonies of #EAA769
Complementary color
Monochromatic Colors of #EAA769
Black with #EAA769
Text Example
Text Example
White with #EAA769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA769; }
p { color: rgb(234,167,105); }
H1.HeaderClassName
{
color: #EAA769;
}
.AnyTagClassName
{
color: #EAA769;
}
</style>
background-color css
<style>
a { background-color: #EAA769; }
a { background-color: rgb(234,167,105); }
div.DivClassName
{
background-color: #EAA769;
}
.BgClassName
{
background-color: #EAA769;
}
</style>
border-color css
<style>
span { border-color: #EAA769; }
span { border-color: rgb(234,167,105); }
td.TdClassName
{
border-color: #EAA769;
}
.TagClassName
{
border-color: #EAA769;
}
</style>