Shades of Sandy Brown #EFA467
Tints of Sandy Brown #EFA467
RGB
CMYK
RGB Variations
Color information
#EFA467 (or 0xEFA467) is known color: Sandy Brown. HEX triplet: EF, A4 and 67. RGB value is (239,164,103). Sum of RGB (Red+Green+Blue) = 239+164+103=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA467 is #105B98. Grayscale: #B3B3B3. Windows color (decimal): -1072025 or 6792431. OLE color: 6792431.
HSL color Cylindrical-coordinate representation of color #EFA467: hue angle of 26.91º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFA467 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 103 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.06 |
| HSL | 26.91º | 0.81% | 0.67% | - |
| HSV(B) | 26.91º | 0.57% | 0.94% | - |
| XYZ | 51.32 | 45.88 | 18.98 | - |
| YUV | 179.47 | 84.85 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 103 | 0 | 0.31 | 0.57 | 0.06 | 26.91 | 0.81 | 0.67 |
| Hex | EF | A4 | 67 | 0 | 1F | 39 | 6 | 1B | 51 | 43 |
| Octal | 357 | 244 | 147 | 0 | 37 | 71 | 6 | 33 | 121 | 103 |
| Binary | 11101111 | 10100100 | 1100111 | 0 | 11111 | 111001 | 110 | 11011 | 1010001 | 1000011 |
Color Harmonies of #EFA467
Complementary color
Monochromatic Colors of #EFA467
Black with #EFA467
Text Example
Text Example
White with #EFA467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA467; }
p { color: rgb(239,164,103); }
H1.HeaderClassName
{
color: #EFA467;
}
.AnyTagClassName
{
color: #EFA467;
}
</style>
background-color css
<style>
a { background-color: #EFA467; }
a { background-color: rgb(239,164,103); }
div.DivClassName
{
background-color: #EFA467;
}
.BgClassName
{
background-color: #EFA467;
}
</style>
border-color css
<style>
span { border-color: #EFA467; }
span { border-color: rgb(239,164,103); }
td.TdClassName
{
border-color: #EFA467;
}
.TagClassName
{
border-color: #EFA467;
}
</style>