Shades of Sandy Brown #EAA267
Tints of Sandy Brown #EAA267
RGB
CMYK
RGB Variations
Color information
#EAA267 (or 0xEAA267) is known color: Sandy Brown. HEX triplet: EA, A2 and 67. RGB value is (234,162,103). Sum of RGB (Red+Green+Blue) = 234+162+103=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA267 is #155D98. Grayscale: #B1B1B1. Windows color (decimal): -1400217 or 6791914. OLE color: 6791914.
HSL color Cylindrical-coordinate representation of color #EAA267: hue angle of 27.02º 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 #EAA267 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 162 | 103 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.08 |
| HSL | 27.02º | 0.76% | 0.66% | - |
| HSV(B) | 27.02º | 0.56% | 0.92% | - |
| XYZ | 49.3 | 44.31 | 18.79 | - |
| YUV | 176.8 | 86.35 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 103 | 0 | 0.31 | 0.56 | 0.08 | 27.02 | 0.76 | 0.66 |
| Hex | EA | A2 | 67 | 0 | 1F | 38 | 8 | 1B | 4C | 42 |
| Octal | 352 | 242 | 147 | 0 | 37 | 70 | 10 | 33 | 114 | 102 |
| Binary | 11101010 | 10100010 | 1100111 | 0 | 11111 | 111000 | 1000 | 11011 | 1001100 | 1000010 |
Color Harmonies of #EAA267
Complementary color
Monochromatic Colors of #EAA267
Black with #EAA267
Text Example
Text Example
White with #EAA267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA267; }
p { color: rgb(234,162,103); }
H1.HeaderClassName
{
color: #EAA267;
}
.AnyTagClassName
{
color: #EAA267;
}
</style>
background-color css
<style>
a { background-color: #EAA267; }
a { background-color: rgb(234,162,103); }
div.DivClassName
{
background-color: #EAA267;
}
.BgClassName
{
background-color: #EAA267;
}
</style>
border-color css
<style>
span { border-color: #EAA267; }
span { border-color: rgb(234,162,103); }
td.TdClassName
{
border-color: #EAA267;
}
.TagClassName
{
border-color: #EAA267;
}
</style>