Shades of Sandy Brown #EFA264
Tints of Sandy Brown #EFA264
RGB
CMYK
RGB Variations
Color information
#EFA264 (or 0xEFA264) is known color: Sandy Brown. HEX triplet: EF, A2 and 64. RGB value is (239,162,100). Sum of RGB (Red+Green+Blue) = 239+162+100=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA264 is #105D9B. Grayscale: #B2B2B2. Windows color (decimal): -1072540 or 6595311. OLE color: 6595311.
HSL color Cylindrical-coordinate representation of color #EFA264: hue angle of 26.76º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFA264 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 100 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.06 |
| HSL | 26.76º | 0.81% | 0.66% | - |
| HSV(B) | 26.76º | 0.58% | 0.94% | - |
| XYZ | 50.82 | 45.11 | 18.09 | - |
| YUV | 177.96 | 84.01 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 100 | 0 | 0.32 | 0.58 | 0.06 | 26.76 | 0.81 | 0.66 |
| Hex | EF | A2 | 64 | 0 | 20 | 3A | 6 | 1B | 51 | 42 |
| Octal | 357 | 242 | 144 | 0 | 40 | 72 | 6 | 33 | 121 | 102 |
| Binary | 11101111 | 10100010 | 1100100 | 0 | 100000 | 111010 | 110 | 11011 | 1010001 | 1000010 |
Color Harmonies of #EFA264
Complementary color
Monochromatic Colors of #EFA264
Black with #EFA264
Text Example
Text Example
White with #EFA264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA264; }
p { color: rgb(239,162,100); }
H1.HeaderClassName
{
color: #EFA264;
}
.AnyTagClassName
{
color: #EFA264;
}
</style>
background-color css
<style>
a { background-color: #EFA264; }
a { background-color: rgb(239,162,100); }
div.DivClassName
{
background-color: #EFA264;
}
.BgClassName
{
background-color: #EFA264;
}
</style>
border-color css
<style>
span { border-color: #EFA264; }
span { border-color: rgb(239,162,100); }
td.TdClassName
{
border-color: #EFA264;
}
.TagClassName
{
border-color: #EFA264;
}
</style>