Shades of Sandy Brown #EAA967
Tints of Sandy Brown #EAA967
RGB
CMYK
RGB Variations
Color information
#EAA967 (or 0xEAA967) is known color: Sandy Brown. HEX triplet: EA, A9 and 67. RGB value is (234,169,103). Sum of RGB (Red+Green+Blue) = 234+169+103=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA967 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA967 is #155698. Grayscale: #B5B5B5. Windows color (decimal): -1398425 or 6793706. OLE color: 6793706.
HSL color Cylindrical-coordinate representation of color #EAA967: hue angle of 30.23º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAA967 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 103 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.08 |
| HSL | 30.23º | 0.76% | 0.66% | - |
| HSV(B) | 30.23º | 0.56% | 0.92% | - |
| XYZ | 50.57 | 46.85 | 19.21 | - |
| YUV | 180.91 | 84.03 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 103 | 0 | 0.28 | 0.56 | 0.08 | 30.23 | 0.76 | 0.66 |
| Hex | EA | A9 | 67 | 0 | 1C | 38 | 8 | 1E | 4C | 42 |
| Octal | 352 | 251 | 147 | 0 | 34 | 70 | 10 | 36 | 114 | 102 |
| Binary | 11101010 | 10101001 | 1100111 | 0 | 11100 | 111000 | 1000 | 11110 | 1001100 | 1000010 |
Color Harmonies of #EAA967
Complementary color
Monochromatic Colors of #EAA967
Black with #EAA967
Text Example
Text Example
White with #EAA967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA967; }
p { color: rgb(234,169,103); }
H1.HeaderClassName
{
color: #EAA967;
}
.AnyTagClassName
{
color: #EAA967;
}
</style>
background-color css
<style>
a { background-color: #EAA967; }
a { background-color: rgb(234,169,103); }
div.DivClassName
{
background-color: #EAA967;
}
.BgClassName
{
background-color: #EAA967;
}
</style>
border-color css
<style>
span { border-color: #EAA967; }
span { border-color: rgb(234,169,103); }
td.TdClassName
{
border-color: #EAA967;
}
.TagClassName
{
border-color: #EAA967;
}
</style>